kubeadm deploys the K8S cluster and uses containers as container runtime

WeChat Public Number: Operations Development Story by Joke Preface In December last year, when the Kubernetes community announced version 1.20, it gradually abandoned dockershis, and there were also many media campaigns promoting the abandonment of Docker s by Kubernetes. Actually, I think this is misleading, maybe just to calm down. docke ...

Posted by jeva39 on Wed, 12 Jan 2022 18:58:18 +0100

Cluster network monitoring using KubeNurse

WeChat Public Number: Operations Development Story by Joke Preface In Kubernetes, networks are provided through third-party network plug-ins, whose implementation is so complex that they often run into difficulties when troubleshooting network problems. So what is the way to monitor all the network connections in a cluster? kubenurse is on ...

Posted by OuchMedia on Wed, 12 Jan 2022 18:54:50 +0100

Nginx Container Proxy HTTPS

Preface 😘 This article explains how to install the Docker container Nginx on a Linux system and use Nginx to proxy HTTPS encryption requests. If you don't want such a complex configuration, you can use it pagoda For one-click deployment, automatic acquisition of SSL certificates, etc., this article is purely manual configuration of SSL certif ...

Posted by rbragg on Wed, 12 Jan 2022 18:23:23 +0100

Ah Chang teaches you to build Redis cluster through docker

1, Foreword Ah Chang summarized and recorded here how to build a cluster of redis hash slot partition solutions through docker [3 master and 3 slave] Knowledge involved: redisdocker basic instructionlinuxHash slot partition 2, Theory Before building, you need to know three partition algorithms built in the redis cluster: hash remai ...

Posted by trygve on Wed, 12 Jan 2022 11:23:03 +0100

Docker installation learning notes

1. Environment configuration (it is best to use CentOS7, and you can try 8 if you want) docker is usually installed in linux environment, so it is useless to visit Alibaba cloud servers. Watch the activity and find a cheap or free white whoring. Reset next password Open XShell Enter the account and password just now Just connect. ( ...

Posted by alfoxy on Tue, 11 Jan 2022 14:25:10 +0100

Run rainbow on Mac for 10 minutes for quick installation

prefacePrevious installation and deployment Rainbond No way can bypass the construction of Kubernetes cluster. Whether it is used as a development environment or for production delivery, the deployment process is very dependent on the server or virtual machine. This sets a high threshold in the process of experiencing the rainbow cloud native a ...

Posted by Alex C on Tue, 11 Jan 2022 05:26:21 +0100

Run rainbow on Windows for 10 minute quick installation

prefaceWindows Desktop running Rainbond , a new choice for Windows developers.After adapting Mac, the adaptation of Windows has also become a small goal in the near future. After continuous testing and research. Finally, it also achieved the effect of perfect operation, realized any scene in the real sense and the perfect adaptation of various ...

Posted by coldfiretech on Tue, 11 Jan 2022 05:14:17 +0100

Run rainbow on Mac for 10 minutes for quick installation

preface Previous installation and deployment Rainbond No way can bypass the construction of Kubernetes cluster. Whether it is used as a development environment or for production delivery, the deployment process is very dependent on the server or virtual machine. This sets a high threshold in the process of experiencing the rainbow cloud native ...

Posted by shadypalm88 on Tue, 11 Jan 2022 04:23:26 +0100

Linux combat notes - Docker data volume

1, Docker data volume management Why use data volumes? The performance of docker layered file system is poor, and the life cycle is the same as that of containerThe docker data volume is mount ed to the host, bypassing the hierarchical file system. It has the same performance as the host disk. After the container is deleted, it is still ...

Posted by aaronhall on Tue, 11 Jan 2022 00:33:52 +0100

Introduction and installation of GitLab Runner

1, Introduction to GitLab Runner GitLab Runner is an open source project that runs your job and sends the results back to GitLab. It works with GitLab CI, an open source continuous integration service that comes with GitLab to coordinate jobs. GitLab Runner is written in Go and can be run as a single binary file without language specific requ ...

Posted by pngtest on Mon, 10 Jan 2022 17:43:40 +0100