OVERVIEW OF KUBERNETES
A 10 min read will give you the overview of Kubernetes . LETs Start!!. Overview what we study in this whole: What is Kubernetes . Kubernetes Cluster Architecture. Different Components of Kubernetes. What is Kubernetes ? Kubernetes is a tool by which we can orchestrate or manage the containers .Thus , it is a container manager which keep an eye on every things which make to manage containers. It is portable , open source , extensible which is also used for automation. Its is abbreviated as k8s as between " K " and " s " there are eight letters for making it easy to speak . Kubernetes provide you with the following features: Storage orchestration : It provide you to automatically bound to storage system of your choice local storage , public cloud providers , etc. Automatic rollouts and rollbacks : You can describe the desired state of your deployment and its automatically shift the actual state to your desired state at a controlled rate. Self-healing : It scale