docker basic management commands
catalogue
1, docker basic commands
1. View images - docker images
2. View all status containers - docker ps -a
3. docker -- run instruction
Workflow
4. View docker version command - docker -v
5. View docker information - docker
6. Docker help command document -- docker --help
2, docker image operation
1. Search image (public warehou ...
Posted by Jakei on Sun, 16 Jan 2022 20:38:35 +0100
kubernetes(k8s) environment construction and deployment
kubernetes(k8s) environment construction and deployment
preface
The word kubernetes comes from Greek, which means navigator and container arrangement technology at the production environment level, which can realize automatic deployment, expansion and management of containers. Kubernetes, also known as K8S, in which 8 represents t ...
Posted by cactus on Sun, 16 Jan 2022 05:30:04 +0100
K8s --- storage volumes configuration management
catalogue
1, Introduction to Volumes
2, emptyDir volume
Introduction to emptyDir
emptyDir example
3, hostPath volume
hostPath example
4, NFS example
V. persistent volume
Static PV
NFS dynamic allocation PV
1, Introduction to Volumes
The files in the container are temporarily stored on disk, which brings some problems to the speci ...
Posted by JPark on Sat, 15 Jan 2022 17:43:01 +0100
[container] Podman container quick start
What is Podman?
podman (Pod Manager) is a container management tool launched by RedHat company. It is positioned as a substitute for docker, which is similar to the experience of docker.
Official website address: https://podman.io/ Podman is an open source container runtime project that can be used on most Linux platforms. Podman provide ...
Posted by prent327 on Sat, 15 Jan 2022 16:20:29 +0100
Prometheus Operator uses operator to manage alertmanager
Prometheus Operator - the second part uses Prometheus Operator to manage monitoring configuration, such as alertmanager alarm, user-defined alarm rules, etc~https://mp.weixin.qq.com/s?__biz=MzU0NjEwMTg4Mg==&mid=2247485774&idx=1&sn=1b0301dadc4b737e19b1066219813db7&chksm=fb63865bcc140f4d8966d1c3745c8f69c6384337c43a1a8eda6e1ae488bd ...
Posted by tridean34 on Sat, 15 Jan 2022 08:30:54 +0100
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
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
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
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
Introduction tutorial and deployment of docker
Introduction tutorial and deployment of docker
1. Docker introduction:
01) Docker is an open source application container engine based on Go language And comply with Apache 2 0 protocol is open source.
02) Docker allows developers to package their applications and dependency packages into a lightweight and portable container, and then ...
Posted by Roble on Mon, 10 Jan 2022 12:08:03 +0100