- Install and Set Up kubectl
- Install Minikube
- Pod Overview
- Pods
- Get a Shell to a Running Container
- Images
- Container Environment Variables- [ ] Container Lifecycle Hooks
- Pod Lifecyclec
- Attach Handlers to Container Lifecycle Events
- Init Containers
- Debug Init Containers
- Determine the Reason for Pod Failure
- ReplicaSet
- Labels and Selectors
- Deployments
- Run a Stateless Application Using a Deployment
- Services
- DNS for Services and Pods
- Connecting Applications with Services
- Use a Service to Access an Application in a Cluster
- Debug Services
- Connect a Front End to a Back End Using a Service
- Create an External Load Balancer
- Volumes
- Communicate Between Containers in the Same Pod Using a Shared Volume
- Configure a Pod to Use a Volume for Storage
- Configuration Best Practices
- Configure a Pod to Use a ConfigMap
- Secrets
- Persistent Volumes
- Configure a Pod to Use a PersistentVolume for Storage
- Run a Single-Instance Stateful Application
- StatefulSets
- Run a Replicated Stateful Application
- Scale a StatefulSet
- Delete a StatefulSet
- Force Delete StatefulSet Pods
- Debug a StatefulSet
- Storage Classes
- DaemonSet
- Perform a Rollback on a DaemonSet
- Jobs - Run to Completion
- Parallel Processing using Expansions
- CronJob
- Running Automated Tasks with a CronJob
- Recommended Labels
- Annotations
- Assigning Pods to Nodes
- Taints and Tolerations
Created
March 24, 2019 14:10
-
-
Save cstoku/ccde1f22479babdffbed1b9ce10c9b8f to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attach Handlers to Container Lifecycle Events やります
kubernetes/website#14296