apiVersion: v1
kind: Pod
metadata:
name: easy-recipes-pod
spec:
containers:
- name: easy-recipes-container
image: ram1uj/easy-recipes:latest
ports:
- containerPort: 8080
Pod
spec: containers: - name: easy-recipes-container image: ram1uj/easy-recipes:latest ports: - containerPort: 8080
TrackKubernetes Learning Journey
Current SectionPod
Progress261 of 271