Get the App
  • How to understand Rolling Update

    How to understand Rolling Update

    This article will explain in detail how to understand Rolling Update. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article. Rolling Update is only updated at a time

    Shulou · 2022-06-01 00:55
  • How to run an one-time task with K8s

    How to run an one-time task with K8s

    How to use K8s to run one-time tasks, I believe that many inexperienced people do not know what to do about it. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem. Containers can be divided into two categories according to the duration of operation: service containers and work containers. Service class

    Shulou · 2022-06-01 00:55
  • How to understand parallel execution of Job

    How to understand parallel execution of Job

    How to understand the parallel implementation of Job, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something. Sometimes we want to be able to run multiple Pod at the same time to improve Job

    Shulou · 2022-06-01 00:55
  • How to run applications with Deployment

    How to run applications with Deployment

    Today, I will talk to you about how to run applications with Deployment. Many people may not know much about it. In order to make you understand better, the editor summed up the following content for you. I hope you can get something from this article. We have learned before Deployment that

    Shulou · 2022-06-01 00:55
  • How to deploy k8s Cluster

    How to deploy k8s Cluster

    How to deploy K8s Cluster, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something. We will deploy a three-node Kubernetes

    Shulou · 2022-06-01 00:55
  • How to fail over K8s

    How to fail over K8s

    In this issue, the editor will bring you about how to fail over K8s. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article. Now simulate a k8s-node2 failure and shut down the node. Wait for a while.

    Shulou · 2022-06-01 00:55
  • How to understand k8s architecture through examples

    How to understand k8s architecture through examples

    This article is about how to understand the k8s architecture through examples. The editor thinks it is very practical, so I share it with you. I hope you can get something after reading this article. Let's take a look at it. In order to help you better understand Kuber

    Shulou · 2022-06-01 00:54
  • What are the two ways for k8s to create resources?

    What are the two ways for k8s to create resources?

    In this issue, the editor will bring you what are the two ways to create resources for K8s. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article. The command vs profile Kubernetes supports two

    Shulou · 2022-06-01 00:54
  • How Kubernetes manages storage resources

    How Kubernetes manages storage resources

    Kubernetes how to manage storage resources, I believe that many inexperienced people do not know what to do, so this paper summarizes the causes of the problem and solutions, through this article I hope you can solve this problem. First of all, we will learn about Volume and Kubernete

    Shulou · 2022-06-01 00:54
  • What are the typical application scenarios of DaemonSet

    What are the typical application scenarios of DaemonSet

    This article shows you what are the typical application scenarios of DaemonSet, which are concise and easy to understand, which will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article. A copy of the Deployment deployment Pod will be distributed in each

    Shulou · 2022-06-01 00:54
  • How to conduct a case study of DaemonSet-playing with Docker container technology for 5 minutes a day

    How to conduct a case study of DaemonSet-playing with Docker container technology for 5 minutes a day

    How to conduct a case study of DaemonSet-play with Docker container technology for 5 minutes a day. I believe many inexperienced people don't know what to do about it. Therefore, this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

    Shulou · 2022-06-01 00:54
  • How to scale Deployment

    How to scale Deployment

    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 online increase or decrease

    Shulou · 2022-06-01 00:54
  • What are the important concepts of k8s

    What are the important concepts of k8s

    Today, I will talk to you about the important concepts of k8s, which may not be well understood by many people. in order to make you understand better, the editor has summarized the following contents for you. I hope you can get something according to this article. Before putting it into practice, we must first learn several important points of Kubernetes

    Shulou · 2022-06-01 00:54
  • How to understand the Node node of Kubernetes architecture ​

    How to understand the Node node of Kubernetes architecture ​

    This article shows you how to understand the Kubernetes architecture of the Node node, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can get something. Node is where Pod runs, Kubern

    Shulou · 2022-06-01 00:54
  • How to set up the Master node of Kubernetes to run the application pod

    How to set up the Master node of Kubernetes to run the application pod

    This article mainly shows you "how to set up the Master node of Kubernetes to run the application pod". The content is simple and clear. I hope it can help you solve your doubts. Let the editor lead you to study and learn how to set up Kuberne.

    Shulou · 2022-06-01 00:54
  • How to read Deployment YAML

    How to read Deployment YAML

    Today, I would like to talk to you about how to read Deployment YAML. Many people may not know much about it. In order to make you understand better, the editor has summarized the following for you. I hope you can get something according to this article. Since you are going to deploy the application with the YAML configuration file

    Shulou · 2022-06-01 00:54
  • What are the advantages of stack

    What are the advantages of stack

    What are the advantages of stack? I believe many inexperienced people don't know what to do about it. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem. Stack will apply the included service, dependent secret, v

    Shulou · 2022-06-01 00:54
  • How to use the docker-maven-plugin plug-in to set up buildArgs for Docker

    How to use the docker-maven-plugin plug-in to set up buildArgs for Docker

    This article mainly introduces how to use the docker-maven-plugin plug-in to set up the buildArgs of Docker, which has a certain reference value. Interested friends can refer to it. I hope you will gain a lot after reading this article.

    Shulou · 2022-06-01 00:54
  • How to solve the problem of newline characters of AutoCRLF and SafeCRLF in Git

    How to solve the problem of newline characters of AutoCRLF and SafeCRLF in Git

    This article is about how to solve the problem of AutoCRLF and SafeCRLF newline characters in Git. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look. I have been using GitHub recently, but I find that I haven't fixed it from time to time.

    Shulou · 2022-06-01 00:54
  • How to analyze the core functions of k8s

    How to analyze the core functions of k8s

    This article shows you how to analyze the core functions of K8s, which is concise and easy to understand, which will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article. Deploy application execution command: kubectl run kubernetes-

    Shulou · 2022-06-01 00:54