Learn how to use Docker Compose to define and run multi-container applications with this detailed introduction to the tool.| Docker Documentation
You can host your own runners and customize the environment used to run jobs in your GitHub Actions workflows.| GitHub Docs
This guide is for application owners who want to build highly available applications, and thus need to understand what types of disruptions can happen to Pods. It is also for cluster administrators who want to perform automated cluster actions, like upgrading and autoscaling clusters. Voluntary and involuntary disruptions Pods do not disappear until someone (a person or a controller) destroys them, or there is an unavoidable hardware or system software error.| Kubernetes