Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the K8S command

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you how to use the K8S command, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

1k8s related services

Etcd docker kube-apiserver kube-controller-manager kube-scheduler kubelet kube-proxy

2 use yaml file to create Pod

Kubectl create-f redis-master-controller.yaml

3 create a container with run

Kubectl run-I-t busybox-- image=busybox

4 specify the number of copies

Kubectl run-I-t busybox-image=busybox-replicas=5

5 enter a container

Kubectl exec container-it bash

6 copy a file to Pod

Kubectl cp / tmp/foo_dir: / tmp/bar_dir

7 View the applications and services created

Kubectl get rckubectl get services

8 View Pod

Kubectl get pods

9 View the description information and status of a specific Pod

Kubectl describe pod [podID or name]

10 Delete a Pod

Kubectl delete pods [podID or name]

11 View the running status of Pod, the runtime of the node to which IP belongs

Kubectl get po-o wide

12 RC number of copies to achieve dynamic scaling of Pod through-- replicas to achieve the actual number of pod

Kubectl scale rc [rc name]-- replicas=3

13 IP and containers of Pod need to be monitored

Kubectl get endpoints above is how to use the K8S command. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report