1 / 8

Docker Online Training ppt

Visualpath is the Leading and Best Docker Kubernetes Training institute in Ameerpet. We are Providing Live Instructor Led Online Training Classes delivered by experts from the industry using Real-time projects. Docker Kubernetes Online Course. You get the best course at an affordable cost. Call on - 91-9989971070.<br>

navyateja1
Télécharger la présentation

Docker Online Training ppt

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kubernetes - Node +91-9989971070 www.visualpath.in

  2. A node is a working machine in Kubernetes cluster which is also known as a minion. They are working units which can be physical, VM, or a cloud instance. • Each node has all the required configuration required to run a pod on it such as the proxy service and kubelet service along with the Docker, which is used to run the Docker containers on the pod created on the node. www.visualpath.in

  3. They are not created by Kubernetes but they are created externally either by the cloud service provider or the Kubernetes cluster manager on physical or VM machines. • The key component of Kubernetes to handle multiple nodes is the controller manager, which runs multiple kind of controllers to manage nodes. • To manage nodes, Kubernetes creates an object of kind node which will validate that the object which is created is a valid node. www.visualpath.in

  4. Node Controller • They are the collection of services which run in the Kubernetes master and continuously monitor the node in the cluster on the basis of metadata.name. • If all the required services are running, then the node is validated and a newly created pod will be assigned to that node by the controller. • If it is not valid, then the master will not assign any pod to it and will wait until it becomes valid. www.visualpath.in

  5. A service can be defined as a logical set of pods. It can be defined as an abstraction on the top of the pod which provides a single IP address and DNS name by which pods can be accessed. • With Service, it is very easy to manage load balancing configuration. It helps pods to scale very easily. • A service is a REST object in Kubernetes whose definition can be posted to Kubernetes apiServer on the Kubernetes master to create a new instance. www.visualpath.in

  6. Kubernetes is a container management technology developed in Google lab to manage containerized applications in different kind of environments such as physical, virtual, and cloud infrastructure. • It is an open source system which helps in creating and managing containerization of application. www.visualpath.in

  7. CONTACT For More Information About Docker And Kubernetes Online Training Address:- Flat no: 205, 2nd Floor, Nilgiri Block, Aditya Enclave, Ameerpet, Hyderabad-16 Ph. No : +91-9989971070 Visit : www.visualpath.in E-Mail : online@visualpath.in

  8. THANK YOU Visit: www.visualpath.in

More Related