How to Setup Kubernetes master and node on AWS
Setup Kubernetes master and node on AWS Login into AWS account – launch 3 instances – ubuntu (t2.medium) Master must
Read moreKubernetes
Setup Kubernetes master and node on AWS Login into AWS account – launch 3 instances – ubuntu (t2.medium) Master must
Read morePOD ➢ Smallest unit in Kubernetes.➢ POD is a group of one or more containers that are deployed together on
Read moreNodes (kublet and container engine.) Node is going to run 3 important pieces of software/ process. Kublet Container engine Kubeproxy
Read moreWorking with Kubernetes ➢ We create manifest (.yml/json). ➢ Apply this to cluster (to master) to bring desired state. ➢
Read moreKUBERNETES (K8s) ➢ Kubernetes is an open-source container management tool which automates container deployment, container scaling and load balancing. ➢
Read more