- Deploy a pod named nginx-448839 using the nginx:alpine image.
kubectl run nginx-448839 --image=nginx:alpine - Update the Pod ckad00018-newpod in the ckad00018 namespace to use a NetworkPolicy allowing the Pod to send and receive traffic only to and from the pods web and db
kubectl run nginx-448839 --image=nginx:alpine