当前位置:网站首页>Kubectl_ Command experience set
Kubectl_ Command experience set
2022-07-03 12:16:00 【jackaroo2020】
1. view help
kubectl --help
2. Look at the mirror image
docker images |grep [sts_name]
eg:
docker images |grep xyz
3. Edit image information
kubectl edit sts [sts_name]
4. Restart the service
kubectl delete po [sts_name]
5. Into the container
kubectl exec -it [containerName] bash
6. View the service real-time log
kubectl logs [containerName] -f
7. Show pod Details of
kubectl describe pod [pod-name]
边栏推荐
- Atomic atomic operation
- ES6 standard
- Flutter 退出登录二次确认怎么做才更优雅?
- Simple factory and factory method mode
- (database authorization - redis) summary of unauthorized access vulnerabilities in redis
- 安裝electron失敗的解决辦法
- ES6新特性
- 239. Sliding window maximum
- Experience container in libvirt
- win10 上PHP artisan storage:link 出现 symlink (): Protocol error的解决办法
猜你喜欢
随机推荐
Slf4j log facade
Adult adult adult
Socket TCP for network communication (I)
Fluent: Engine Architecture
Solution à la défaillance de l'installation d'Electron
Develop plug-ins for idea
347. Top k high frequency elements
1-1 token
Shutter: add gradient stroke to font
AOSP ~ NTP (Network Time Protocol)
安装electron失败的解决办法
225. Implement stack with queue
Integer int compare size
Basic knowledge of OpenGL (sort it out according to your own understanding)
How to convert a numeric string to an integer
Unicode encoding table download
Qt OpenGL相机的使用
How to deploy web pages to Alibaba cloud
023(【模板】最小生成树)(最小生成树)
Flutter: about monitoring on flutter applications