Skip to content

Instantly share code, notes, and snippets.

View dineshtripathi30's full-sized avatar

Dinesh Tripathi dineshtripathi30

View GitHub Profile
---
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: loadgen
spec: {}
status: {}
---
apiVersion: apps/v1
apiVersion: v1
kind: Pod
metadata:
name: jumpbox
namespace: YOUR-NAMESPACE #update the namespace here where your Tanzu Kubernetes cluster is deployed
spec:
containers:
- image: "photon:3.0"
name: jumpbox
@dineshtripathi30
dineshtripathi30 / pod.yml
Created December 14, 2020 15:33
pod definition file
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: nginx
name: nginx
namespace: default
spec:
containers: