Bookmarks

Bookmarks Bar

K8S

––– USEFUL COMMANDS/TIPS ––––
Shell Autocomplete
cheatSheet: useful commands
––– CLUSTER MGMT ––––
Installing kubeadm - Kubernetes
Creating a single control-plane cluster with kubeadm - Kubernetes
Configure Multiple Schedulers - Kubernetes
Upgrading kubeadm clusters - Kubernetes
drain/uncordon
etcd backup
kubeconfig
––– CERTIFICATES ––––
openssl commands
CSR
––– TAINTS/TOLERATIONS/AFFINITY ––––
Taints and Tolerations - Kubernetes
Affinity and anti-affinity
––– PODS ––––
Configure Pods and Containers - Kubernetes
Create static Pods - Kubernetes
env
configMap
secret in a volume
secret in env var
imagePullSecrets
commands/args
nodeSelector
initContainers
memory
cpu
securityContext
capabilities
––– DEPLOYMENTS ––––
Deployments - Kubernetes
––– DAEMONSETS ––––
DaemonSet - Kubernetes
––– SERVICES ––––
Service - Kubernetes
NetworkPolicy Resource
NetworkPolicy Declaration
Ingress
––– STORAGE ––––
PersistentVolume
PersistentVoluneClaim
PV, PVC and Mounting
Mount Volume in Container
hostPath
––– SECRETS ––––
Secrets - Kubernetes
regcred
––– RBAC ––––
Role/ClusterRole
RoleBinding/ClusterRoleBinding