(This is a quick review note, just use this to prepare quickly for an interview)
- What is Docker? Explain its architecture.
- What is a Dockerfile? Provide an example.
- What is Kubernetes? Explain its architecture.
- Compare the uses of kubernetes and docker? what are the difference between kubernetes and docker?
- Example Use Case of Kubernetes
- commands inside dockerfile
- pod readiness vs liveness probes.
- ConfigMap
- Example for configmap
- Benefits of configmap
- Secret
- PersistentVolume (PV) & PersistentVolumeClaim (PVC)
- DaemonSet
- Example use case for daemonset
- Kubernetes Ingress.
- Replicaset vs replication controller
- statefulset
- Difference Between Deployment & StatefulSet