My Notes for the book Kuberenets in Action v2
Code: https://github.com/0xquark/kubernetes-in-action-2nd-edition
Index
- Introducing Kubernetes
- Understanding Containers
- Deploying your first application
- Introducing K8s api objects
- Running workloads in Pods
- Managing Pod lifecycle
- Attaching storage volumes to Pods
- Persisting data in Persistent volumes
- Configuration via ConfigMaps
- Organizing objects using Namespaces
- Exposing Pods with Services
- Exposing Services with ingress
- Replicating Pods with ReplicaSets
- Managing Pods with deployments
- Deploying stateful workloads with StatefulSets
- Deploying NodeAgents and Daemons with DaemonSets
- Running finite workloads with Jobs and CronJobs
Notes taken from Kubernetes in Action, Second Edition MEAP V15 copyright-2023-manning-publications.html This material may be protected by copyright. Rights are reserved to the owner and Manning publications.
#K8s #DevOps #Books