Tag: kubernetes
-
Kubernetes Intro
Kubernetes is Greek for Pilot or Helmsman. It is primarily used as an orchestration tool for containers. Kubernetes Deployment (KD): Deployment is responsible for creating and updating instances of application. Kubernetes Master (KM): KM schedule the application instances that was created by the KD onto individual nodes in the cluster. Kubernetes Deployment Controller (KDC): KDC […]