Kubernetes is another service for running your containers. Kubernetes is a cluster orchestration technology first developed by Google. It is now an open source platform for automating deployment, scaling, and operations of application containers across clusters of hosts, thereby providing a container-centric infrastructure.
An introduction to Kubernetes
Functionalities of Kubernetes
As mentioned earlier, containers offer you a great way to package your applications. When running the applications, you need to make sure that applications keep running and this is where Kubernetes comes in as it has the following core functionalities:
- Service discovery and load balancing: How a container is exposed is controlled within Kubernetes...