Pod

spec: containers: - name: easy-recipes-container image: ram1uj/easy-recipes:latest ports: - containerPort: 8080

TrackKubernetes Learning Journey
Current SectionPods and Probes
Progress24 of 271
apiVersion: v1
kind: Pod
metadata:
  name: easy-recipes-pod

spec:
    containers:
      - name: easy-recipes-container
        image: ram1uj/easy-recipes:latest
        ports:
            - containerPort: 8080