Difference between revisions of "Containers:"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 3: | Line 3: | ||
* <code>[[kind: ReplicaSet]]</code> | * <code>[[kind: ReplicaSet]]</code> | ||
+ | |||
+ | containers: | ||
+ | - [[command:]] | ||
+ | - [[redis-server]] | ||
+ | - --dir /data | ||
+ | - --dbfilename dump.rdb | ||
+ | image: redis:latest | ||
+ | imagePullPolicy: IfNotPresent | ||
+ | name: redis-your-name | ||
Revision as of 09:18, 8 March 2023
containers: - command: - redis-server - --dir /data - --dbfilename dump.rdb image: redis:latest imagePullPolicy: IfNotPresent name: redis-your-name
Contents
See also
Activities
https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed qosClass: Guaranteed
Related
See also
- ReplicaSet,
kubectl get replicaset, kubectl describe replicaset, kind: ReplicaSet, ScalingReplicaSet
, replicaset-controller - Kubernetes services,
kubectl get services, kubectl describe service
,kubectl create service
[loadbalancer
|nodeport
|clusterip
|externalname ], kubectl expose
,headless service, service.beta.kubernetes.io
- Kubernetes Workloads:
Deployment
,ReplicaSet, StatefulSet, DaemonSets, Job, CronJob
,.apps/
Advertising: