- 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.
この先続きをできるかどうかわからないため、一旦途中経過をgistにおきました。どなたか引き取って頂けると助かります 🙇♂️
https://gist.github.com/hidenorigoto/9caca21f244baab0c18eb521efdaa8fe
Running Automated Tasks with a CronJob やります
kubernetes/website/issues#13532
images担当します
kubernetes/website#13646
Attach Handlers to Container Lifecycle Events やります
kubernetes/website#14296
Debug Init Containers やります
kubernetes/website#14381
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CronJobやります。