Cka real test practice (9) Create a multi-container pod

Topic nine

Create a pod named kucc4, and run an app container for each images separately in the pod

Nginx+redis+memcached

Answer

Open the official document, find the corresponding location, and copy the pod file

 changed to

kubectl apply -f yaml

verify

 

 

Guess you like

Origin blog.csdn.net/m0_65307735/article/details/129616079