Loading…
Moving from containers you launch to a cluster that keeps them alive by itself.
A direct sequel to the previous project, with a paradigm shift: instead of describing how to launch containers, you describe the desired state of the system and the cluster takes care of reaching it and staying there. If a component goes down, it is restarted; if load increases, more are added. The title refers to the conductor — orchestration, precisely.
Deploying the voting application on Kubernetes: manifests for deployments, services, a Traefik ingress, configmaps, secrets, a persistent volume and cAdvisor monitoring.
READING SOURCE…