Bookmarks with tag "devops", page 5 of 7
A list of Free Software network services and web applications which can be hosted on your own servers
Step by step guide on how to setup a complete centralized logging architecture with syslog on Linux. Includes TLS and memory queues.
Complete Guide on understanding the Syslog protocol, syslog message format as well as log forwarding. Best practices included!
Running isolated processes using the namespace kernel primitive
A Job creates one or more Pods and will continue to retry execution of the Pods until a specified number of them successfully terminate. As pods successfully complete, the Job tracks the successful completions. When a specified number of successful completions is reached, the task (ie, Job) is complete. Deleting a Job will clean up the Pods it created. Suspending a Job will delete its active Pods until the Job is resumed again.
The lazier way to manage everything docker.
Install the sidecar agent for detailed metric visualizations on Kubernetes objects, like deployment progress for pods, DaemonSets, and StatefulSets.
Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.
In this tutorial, learn how to set up and secure an Nginx Ingress Controller with Cert-Manager on DigitalOcean Kubernetes.
Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.
Hints, tips and guidelines for writing clean, reliable Dockerfiles
The right way to do templating in Kubernetes
Having an automated deployment process is a requirement for a scalable and resilient application, and it’s especially important to apply CI/CD concepts to Ku…