☸️2022-Kubernetes

[Hard-work 👣Footprints👣]
[Revision]
[References]

Shortcuts Meaning
po Pods
rs ReplicaSet
deploy Deployment
svc Services
ns Namespaces
netpol Network policies
pv Persistent Volumes
pvc PersistentVolumeClaims
sa service accounts

get
describe
explain --recursive
edit
apply -f
exec

-oyaml -o yaml -o=yaml

Hard-work 👣Footprints👣

[Top]


Revision

[Top]


  1. kubernetes on AWS https://kodekloud.com/topic/kubernetes-on-aws-eks/
  • Cannot use cloud VM environment due to security reasons (credentials authentication not recommended)
  • Cannot install VM on personal computer due to disk capacity issues.
  1. kubernetes on Azure

https://kodekloud.com/topic/kubernetes-on-azure-aks/

  • authentication failed :( and don't want to spend too much time on this.
  1. Demo – Kubeadm – Part 1 – Setup Virtual Machines and Pre-requisites https://kodekloud.com/topic/demo-kubeadm-part-1-setup-virtual-machines-and-pre-requisites/
  • You must use VirtualBox, VMware, or Hyper-V.
  1. Demo – Kubeadm – Part 2 – Configure Cluster with kubeadm https://kodekloud.com/topic/demo-kubeadm-part-2-configure-cluster-with-kubeadm/
  • You must use VirtualBox, VMware, or Hyper-V.
  1. Kubernetes CKAD - Kibana Dashboard https://www.loom.com/share/c2ae70197e8340a0ba77fc1de8179182

References

[Top]