当前位置:网站首页>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]
边栏推荐
- 2.6 preliminary cognition of synergetic couroutines
- 257. All paths of binary tree
- Dart: self study system
- 【嵌入式】---- 内存四区介绍
- PHP导出word方法(一mht)
- Dart: About zone
- Unity3d learning notes 5 - create sub mesh
- Shutter: overview of shutter architecture (excerpt)
- PHP導出word方法(一mht)
- ArcGIS application (XXI) ArcMap method of deleting layer specified features
猜你喜欢
win10 上PHP artisan storage:link 出现 symlink (): Protocol error的解决办法
Laravel time zone timezone
Solution to the second weekly test of ACM intensive training of Hunan Institute of technology in 2022
QT OpenGL rotate, pan, zoom
If you can't learn, you have to learn. Jetpack compose writes an im app (II)
【mysql官方文档】死锁
[learning notes] DP status and transfer
Pki/ca and digital certificate
Vulnhub pyexp
2.7 overview of livedata knowledge points
随机推荐
使用BLoC 构建 Flutter的页面实例
Talk about the state management mechanism in Flink framework
102. Sequence traversal of binary tree
20. Valid brackets
Adult adult adult
Capturing and sorting out external Fiddler -- Conversation bar and filter [2]
vulnhub之Nagini
During FTP login, the error "530 login incorrect.login failed" is reported
Summary of development issues
Niuniu's team competition
PHP導出word方法(一mht)
Visual studio 2022 downloading and configuring opencv4.5.5
laravel 时区问题timezone
Develop plug-ins for idea
手机号码变成空号导致亚马逊账号登陆两步验证失败的恢复网址及方法
Integer int compare size
145. Post order traversal of binary tree
(construction notes) learn the specific technology of how to design reusable software entities from three levels: class, API and framework
Atomic atomic operation
Integer string int mutual conversion