Kubernetes -Recipe


What is Kubernetes 
  • Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management.
  • Kubernetes provides highly resilient infrastructure with zero downtime deployment capabilities, automatic rollback, scaling, and self-healing of containers.
  •  Kubernetes is portable in nature, meaning it can run on various public or private cloud platforms such as AWS, Azure, OpenStack, or Apache Mesos
       


Comments

Popular posts from this blog

Redshift Architecture