当前位置:网站首页>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]
边栏推荐
- 145. Post order traversal of binary tree
- 111. Minimum depth of binary tree
- OpenGL 绘制彩色的三角形
- Socket TCP for network communication (I)
- 2.9 overview of databinding knowledge points
- Wechat applet development - page Jump transfer parameters
- (construction notes) learning experience of MIT reading
- laravel 时区问题timezone
- (构造笔记)ADT与OOP
- C language improvement article (wchar_t) character type
猜你喜欢

4000 word super detailed pointer

vulnhub之Nagini

LeetCode 0556.下一个更大元素 III - 4步讲完

Solution to the second weekly test of ACM intensive training of Hunan Institute of technology in 2022

Is BigDecimal safe to calculate the amount? Look at these five pits~~

使用BLoC 构建 Flutter的页面实例

If you can't learn, you have to learn. Jetpack compose writes an im app (I)

Socket TCP for network communication (I)

Integer int compare size

Swagger
随机推荐
Laravel time zone timezone
[combinatorics] permutation and combination (summary of permutation and combination content | selection problem | set permutation | set combination)
【嵌入式】---- 内存四区介绍
023 ([template] minimum spanning tree) (minimum spanning tree)
(構造筆記)從類、API、框架三個層面學習如何設計可複用軟件實體的具體技術
Differences between MySQL Union and union all
Optimize interface performance
2.8 overview of ViewModel knowledge
023(【模板】最小生成树)(最小生成树)
Fundamentals of concurrent programming (III)
OpenGL draws colored triangles
安裝electron失敗的解决辦法
(构造笔记)ADT与OOP
145. Post order traversal of binary tree
During FTP login, the error "530 login incorrect.login failed" is reported
4000字超详解指针
Solution à la défaillance de l'installation d'Electron
Flutter: about monitoring on flutter applications
pragma-pack语法与使用
If you can't learn, you have to learn. Jetpack compose writes an im app (I)