该文章属于 VIP 分类,开通 VIP 或购买解锁后可阅读全文。
Kubernetes Container Cloud Platform Deployment and Operations Manual

Sample Sheet 2 Task 4 Kubernetes Container Cloud Platform Deployment and Maintenance 1. Create a Pod named test in the namespace test-nginx, containing four specified images: nginx, redis, memcached, busybox. kubectl run test --image=nginx --image=redis --image=memcached --image=buxybox --restart=Never -n