Skip to content

Instantly share code, notes, and snippets.

@njgibbon
Created September 29, 2020 21:55
Show Gist options
  • Save njgibbon/7d688c3ecdf65429b33074764c353799 to your computer and use it in GitHub Desktop.
Save njgibbon/7d688c3ecdf65429b33074764c353799 to your computer and use it in GitHub Desktop.
host-docker-internal-demo.yaml
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
name: host-docker-internal-demo
spec:
containers:
- image: alpine
name: alpine
command: ["sh"]
args: ["-c", "sleep 1000000"]
resources: {}
- image: nginx
name: nginx
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment