Posts

Showing posts from October, 2021

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...