DevOps - CKAD : Absolute Begginers course
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kubernetes for Absolute Beginners .
Udemy : My Learning through this course. All Credits goes to the creator of this course.
https://www.udemy.com/course/learn-kubernetes/learn/lecture/22027940#overview
7. Containers Overview .
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Certifications :
How to access the lab ?
This course comes with real hands on labs that you can access in your browser .
These labs are hosted on Code Cloud . Students who purchase this code get free access to the labs on KodeKloud . You do not have to make any extra payments.
To Access labs there is session named : "Accessing the Labs" in this course.
In the lecture there is link with the coupon code to enroll in the labs . Use the links to go to the checkout page on KodeKloud and apply the coupon code to access the labs for free. If you haven't signed into the KodeKloud website you need to provide your email address. A temporary password will be emailed to you so that you can login .
7. Containers Overview .
Kubernetes also known as k8s was build by Google based on their experience of running containers in production.
It is today an open source and one of the most Container Orchestration Technologies ,
To understand Kubernetes - we must understand two things "Containers and Orchestration" .
What containers are ?
Specifically we will look at the most popular container technology that is Dockers. Docker utilizes LXC containers . Setting up these containers are hard as they are very low level. which is why Dockers offers a high level tool with several powerful functions making it really easy for end users like us.

Comments
Post a Comment