Posts

kubernetes

Image
  Class 001 What is Kubernetes? K ubernetes is an Orchestration engine and open-Source Platform for managing containerized applications . Responsibilities includes Container Deployment, S caling & descaling of container & C ontainer load balancing . K ubernetes is not a replacement for Docker. Kubernetes can be considered as a replacement for docker swam . Kubernetes is significantly more complex than Swarm. Born in Google , written in Go/Golan. Donate to CNCF (Cloud Native Computing Foundation) in 2014. Kubernetes V1.0 was released on JULY 21, 2015. Current stable release v1.27 Kubernetes Features: Automated Scheduling. Self-Healing Capabilities. Automated rollout & rollback -------------------------- (Releasing a new version/Previous version). Horizontal Scaling & Load balancing. Autoscaling of PODS (Containers) Manual Service Discovered & Load balancing. (DNS) Storage Orchestration. Kubernetes Architecture: Kubernetes implements a cluster computing backgr...