Kubernetes Deployment Manifest

From NovaOrdis Knowledge Base
Revision as of 22:58, 11 September 2019 by Ovidiu (talk | contribs) (→‎Example)
Jump to navigation Jump to search

External

Internal

Overview

Example

apiVersion: apps/v1
kind: Deployment
metadata:
  name: loop
  labels:
    color: blue
spec:
  containers:
  - name: loop-container
    image: docker.io/ovidiufeodorov/loop:latest

.spec Elements