Testing And Debugging / Test Pod

TrackKubernetes Learning Journey
Current SectionAWS EKS
Progress142 of 271
apiVersion: v1
kind: Pod
metadata:
  name: test-pod
spec:
  containers:
    - name: curl
      image: curlimages/curl:latest
      command: ["sleep", "3600"]
      imagePullPolicy: IfNotPresent