Kubernetes Learning Part 1
Kubernetes is a platform for running containers. It takes care of starting your containerized applications, rolling out updates, maintaining service levels, scaling to meet demand, securing access, and much more. The two core concepts in Kubernetes are: API, which you use to define your applications cluster, which runs your applications. A cluster is a set […]
Kubernetes Learning Part 1 Read More »