Skip to content

Instantly share code, notes, and snippets.

@fadulalla
fadulalla / mgmt-pod.yaml
Created July 5, 2023 10:36
Port forwarding pod for internal AWS services yaml config file.
apiVersion: v1
kind: Pod
metadata:
annotations: {}
name: mgmt-pod
namespace: <namespace> # update
spec:
containers:
- command:
- /bin/bash