Linux Foundation CKA Question Answer
Create a pod with image nginx called nginx and allow traffic on port 80
See the solution below.
kubectl run nginx --image=nginx --restart=Never --port=80
TESTED 11 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved