current location:Home > Technical Articles > Operation and Maintenance
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What are docker and k8s
- Docker is an open source application container engine that allows developers to package applications and dependencies into a portable container and publish them to popular Linux machines. The full name of k8s is "Kubernetes". It is an open source container cluster management system that can realize automatic deployment, automatic expansion and contraction, maintenance and other functions of container clusters.
- Docker . kubernetes 4113 2022-01-28 14:40:39
-
- Will the container be deleted after restarting the docker service?
- In docker, the container will not be deleted after restarting the docker service, but the container will stop running. After restarting the docker process, all docker containers running on the server will exit and will not be deleted. You can use the "docker ps -a" command View all containers.
- Docker . kubernetes 6728 2022-01-17 11:05:30
-
- What do the Three Musketeers in docker mean?
- The three swordsmen in docker refer to swarm, compose and machine. Compose is a tool used to define and run one or more containers and applications; Machine is a command line tool that simplifies Docker installation; Swarm is a tool provided by the community that natively supports Docker clusters.
- Docker . kubernetes 6120 2021-11-25 19:40:21
-
- What are the four network modes of docker?
- The four network modes of docker are: 1. Host mode, specified with “–net=host”; 2. Container mode, specified with “–net=container:NAME_or_ID”; 3. none mode, specified with “–net=none” Specify; 4. Bridge mode.
- Docker . kubernetes 16610 2021-11-25 19:39:53
-
- What can docker be used for?
- Things that docker can be used to do are: 1. You can quickly build a development environment; 2. You can put the running environment and configuration in the code and deploy it; 3. You can use docker-compose to simulate the production environment; 4. Perform automatic testing; 5. Use docker images for self-deployment, etc.
- Docker . kubernetes 93039 2021-11-22 16:46:48
-
- How to run highly available WordPress and MySQL on Kubernetes
- Below, the WordPress tutorial column will introduce you to running highly available WordPress and MySQL on Kubernetes. I hope it will be helpful to friends in need!
- WordPress . kubernetes 3056 2021-06-08 15:29:33
-
- Detailed explanation of several methods to actively terminate the Node.js process
- This article will introduce you to some methods to actively trigger the termination of the Node.js process. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- JS Tutorial . kubernetes 5993 2021-04-27 09:14:31
-
- Build a VSCode development and debugging environment (powerful and practical plug-in recommendation)
- As VSCode continues to improve and become more powerful, it is time to migrate some development to VS Code. Currently using VS2019 to develop .NET Core applications, I have always had the idea to clone the VS development environment in VS Code and migrate to VS Code at the same time.
- VSCode . kubernetes 3801 2021-01-26 18:38:37
-
- Which big companies are already using Go language?
- Large companies that have already used GO language include: 1. Google; 2. Facebook; 3. Tencent; 4. Baidu; 5. JD.com; 6. Xiaomi; 7. 360; 8. Meituan; 9. Sina; 10. Didi .
- Golang . kubernetes 4292 2023-01-11 09:23:27
-
- What is the difference between k8s and docker?
- Difference: k8s is an open source container cluster management system that can realize automatic deployment, automatic expansion and contraction, maintenance and other functions of container clusters; Docker is an open source application container engine, developers can package their applications and dependencies into a Portable containers, published to popular Linux machines, can also be virtualized.
- Docker . kubernetes 4779 2020-10-23 16:27:32
-
- Can Golang be used as front-end?
- Golang cannot be used as a front-end. The front-end is composed of Javascript, CSS and HTML. Golang is a statically strongly typed, compiled, concurrent programming language with garbage collection function. It is generally used to power web servers.
- Golang . kubernetes 6117 2020-06-23 11:54:43
-
- What is the difference between docker and k8s?
- The difference between docker and k8s is: 1. Docker is an open source application container engine, while k8s is an open source container cluster management system; 2. Docker can package applications and dependencies into a container, or implement virtualization, while k8s can Realize automated deployment of container clusters, etc.
- Docker . kubernetes 11828 2020-06-13 12:44:24
-
- Do I need to install Docker first to install k8s?
- You do not need to install Docker first to install k8s. There is no dependency between the two. Both can run independently, but they can be used together. Docker is an independent application and can be installed on any computer to run containers. application, and k8s can turn it into a cluster.
- Docker . kubernetes 8430 2020-06-09 14:08:22
-
- k8s installation and deployment steps
- K8s installation and deployment steps: first prepare 3 servers, modify the hosts and parse the hosts; then install docker and kubernetes on all 3 hosts; install etcd on the master node and start the service; finally configure and connect the 3 hosts.
- Docker . kubernetes 15592 2020-06-09 09:48:13
-
- How to install and configure docker
- How to install and configure docker: 1. Install docker; 2. Start the container; 3. Add storage to the container; 4. Create an image; 5. Start the private registry.
- Docker . kubernetes 2391 2020-06-08 18:03:30