Skip to main content

Posts

Featured

KUBERNETES TUTORIAL PART 2

                  IN The previous part i told you about Kubernetes and gave you little insight about pods and nodes if you want to view my previous blog you can follow this link :    https://106northendblogs.blogspot.com/2019/05/break-all-rules-and-learnkubernetes.html Before we start kubernetes we have to install Minikube which will run on your local system without the need of internet you can use minikube to create cluster , nodes ,pods lets start shall we  : WHAT IS MINIKUBE ? Minikube  is ideal tool to setup  kubernetes  (k8s from now on) locally to test and experiment with your deployments. MINIKUBE INSTALLATION -> https://computingforgeeks.com/how-to-install-minikube-on-ubuntu-18-04/  ->for Ubuntu 18 https://kubernetes.io/docs/tasks/tools/install-minikube/ In this blog we will cover all these topic - Pod creation / deletion Deployments Logging into the pods/containers Viewing logs of the pods/containers                                      

Latest Posts

Using LocalStack to test AWS services locally

AWS EC2 Auto Scaling