kubernetes/introduction-to-kubernetes/bastion.yaml (
9
lines of code) (
raw
):
apiVersion: v1 kind: Pod metadata: name: bastion spec: containers: - name: bastion image: debian:stable command: ["sleep", "infinity"]