In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
How to scale Deployment, in view of this problem, this article introduces the corresponding analysis and solutions in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.
Scale Up/Down refers to increasing or decreasing the number of copies of Pod online.
The Deployment nginx-deployment starts with two copies.
There is a copy each on k8s-node1 and k8s-node2. Now modify the nginx.yml to change the copy to 5.
Three new copies are created and dispatched to k8s-node1 and k8s-node2.
For security reasons, Kubernetes does not schedule Pod to Master nodes by default. If you want to use k8s-master as a Node, you can execute the following command:
Kubectl taint node k8s-master node-role.kubernetes.io/master-
If you want to restore the Master Only state, execute the following command:
Kubectl taint node k8s-master node-role.kubernetes.io/master= "": NoSchedule
Next, modify the configuration file to reduce the number of copies to 3, and re-execute kubectl apply:
You can see that two copies were deleted and three copies were eventually retained.
This is the end of the answer to the question on how to scale Deployment. I hope the above content can be of some help to you. If you still have a lot of doubts to solve, you can follow the industry information channel to learn more about it.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.