Chapter 15: Kubernetes Infrastructure Management

  1. kubeadm-dind, Minikube, and Ubuntu on LXD.
  2. Google Kubernetes Engine, Amazon Elastic Container Services, Azure Kubernetes Service, and Stackpoint.io.
  3. Logging, Authentication, Authorization, and Linux System Parameters.
  4. The commands to upgrade each of the major CSPs hosted Kubernetes clusters are as follows:
az aks upgrade --name <CLUSTER_NAME> --resource-group <RESOURCE_GROUP> --kubernetes-version <VERSION> 

gcloud container clusters upgrade <CLUSTER_NAME>
  1. Google Compute Platform, with EKS
  2. kubectl drain <node>
  3. kubectl uncordon <node>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.222.210.219