Posts

DevOps - CKAD : Absolute Begginers course

Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   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 ne...

KUBERNETES

Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  https://www.youtube.com/watch?v=X48VuDVv0do  Credits to the owner of this course over Youtube .This is notes made for my reference using her tutorial   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Course Content : The first part gives you great introduction to Kubernetes .  We will start with the basics of what Kubernetes actually is what problem it solves . K8 Architecture You will learn how you can use Kubernetes by showcasing all the main components  We we learn to install Minikube for a local kubernetes cluster  And we go by the main command of creating , debugging, deleting pops using Kubectl -- which is Kubernetes command line tool . I will explain Kubernetes YAML configuration files which we will use to create and configure components . Then we will go through a practical use case where we will deploy a simple application setup in Kuberne...