Kubernetes Notes- Ranjith

10 Benefits/features of Kubernetes Container Orchestration Desired State Workload distribution Self healing Capabilities Automated Rollbacks Auto Scaling Load balancing Environment consistency for development through production Automated Scheduling Speed of deployment Ability to absorb change quickly Ability recover quickly Hide complexity in the cluster Bin packing Resource utilization Secret and config management How Kubernetes works UI or CLI interacts with Kubernetes Master’s (Control Plane) API server. API servers connectts with Controller and etcd for controller allocation and storing the requests. Then

Read more

Ranjith – LAB

Docker Assignment#1 Create a Ubuntu container Install Update, git & apache2 run a git command in container from outside Assignment#2 Create a httpd container exposed at 8080 port Access(curl) container from node

Read more