Skip to content

Instantly share code, notes, and snippets.

@vedashree29296
Created August 13, 2021 03:45
Show Gist options
  • Save vedashree29296/c64fcd9543568d25b9ae7499c8458b46 to your computer and use it in GitHub Desktop.
Save vedashree29296/c64fcd9543568d25b9ae7499c8458b46 to your computer and use it in GitHub Desktop.
Go Chronicles: Simple Manifest file to create a Kubernetes Pod
apiVersion: v1
kind: Pod
metadata:
name: my-pod
namespace: my-namespace
spec:
containers:
- name: my-pod-container
image: go-chronicles-pod
imagePullPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment