当前位置:网站首页>Yyds dry goods inventory kubernetes introduction foundation pod concept and related operations
Yyds dry goods inventory kubernetes introduction foundation pod concept and related operations
2022-07-02 04:06:00 【Geek developer】
k8s You can't run the program directly ,k8s The smallest scheduling unit in the cluster is pod,Pod It's the packaging of the container . So we need to use Pod To run the application
The goal of this issue
- understand Pod Concept
- see Pod
- establish Pod
- Pod visit
- Delete Pod
1. see Pod
Default query default In namespace Pod
View... For the specified namespace Pod
See... For all namespaces Pod
2. establish Pod
Write for creating Pod List of resources file create-pod.yaml
Execute application command , Will be created in the default namespace Pod
To see Pod On which node , You can use the following command
This time we created nginx, So you can use access Pod Of IP To verify .
Get into Pod in
3. Delete Pod
Use the command to delete Pod
Use the resource list to perform the deletion , If in 2 Created in the Pod, You can use the following command to delete
边栏推荐
- 云服务器的安全设置常识
- What is 5g industrial wireless gateway? What functions can 5g industrial wireless gateway achieve?
- Common sense of cloud server security settings
- Wechat applet pull-down loading more waterfall flow loading
- C language: examples of logical operation and judgment selection structure
- Cloud service selection of enterprises: comparative analysis of SaaS, PAAS and IAAs
- [source code analysis] NVIDIA hugectr, GPU version parameter server - (1)
- powershell_ View PowerShell function source code (environment variable / alias) / take function as parameter
- The first game of the 11th provincial single chip microcomputer competition of the Blue Bridge Cup
- [tips] use Matlab GUI to read files in dialog mode
猜你喜欢

Go语言介绍

【c语言】基础篇学习笔记

【c语言】动态规划---入门到起立

【力扣刷题】15.三数之和(双指针);17.电话号码的字母组合(递归回溯)

MySQL advanced SQL statement 2

Dare to go out for an interview without learning some distributed technology?

Lost a few hairs, and finally learned - graph traversal -dfs and BFS

First acquaintance with string+ simple usage (II)

Recently, the weather has been extremely hot, so collect the weather data of Beijing, Shanghai, Guangzhou and Shenzhen last year, and make a visual map

藍湖的安裝及使用
随机推荐
【小技巧】使用matlab GUI以对话框模式读取文件
The 10th Blue Bridge Cup single chip microcomputer provincial competition
SQL: common SQL commands
The second game of the 12th provincial single chip microcomputer competition of the Blue Bridge Cup
Document declaration and character encoding
Target free or target specific: a simple and effective zero sample position detection comparative learning method
How should the team choose the feature branch development mode or trunk development mode?
Visual slam Lecture 3 -- Lie groups and Lie Algebras
云服务器的安全设置常识
Wechat applet - realize the countdown of 60 seconds to obtain the mobile verification code (mobile number + verification code login function)
[source code analysis] NVIDIA hugectr, GPU version parameter server - (1)
Welcome the winter vacation multi school league game 2 partial solution (B, C, D, F, G, H)
Wechat applet JWT login issue token
pip 安装第三方库
Vite: scaffold assembly
[tips] use Matlab GUI to read files in dialog mode
66.qt quick QML Custom Calendar component (supports vertical and horizontal screens)
Jetpack之LiveData扩展MediatorLiveData
66.qt quick-qml自定义日历组件(支持竖屏和横屏)
C语言:逻辑运算和判断选择结构例题