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

This is enough for the introduction of docker, which is carefully summarized

What is docker? docker is an open source container engine developed in go language. The source code is hosted on Github docker adopts C/S architecture In short: docker is a technical means to quickly solve the stable business environment, and can quickly build the environment on which the project operation depends. And the built running envir ...

Posted by Synergic on Sat, 15 Jan 2022 05:27:29 +0100

Docker - swarm of docker three swordsmen (docker cluster management)

1, Introduction to Docker Swarm 1. Introduction Swarm was an independent project before Docker version 1.12. After Docker version 1.12 was released, the project was merged into Docker and became a subcommand of Docker.Swarm is the only native tool that supports Docker cluster management provided by Docker community.Swarm can convert a sys ...

Posted by Ryuujin on Fri, 14 Jan 2022 19:55:44 +0100

Introduction to docker installing docker

Introduction to docker (I) installing docker Source of Docker It was initiated and officially named by dotCloud company, but the enterprise is small and has insufficient influence, so when it is about to lose its hold, it began to eat a hundred meals - open source. If you don't open it, it's amazing. More and more IT engineers found the advanta ...

Posted by akdrmeb on Fri, 14 Jan 2022 06:51:26 +0100

Kubernetes - preliminary understanding of K8s and K8s cluster deployment

1, Introduction to Kubernetes 1.kubernetes Kubernetes, abbreviated as K8s, is an abbreviation of 8 characters instead of "ubernet". It is an open source application for managing container applications on multiple hosts in the cloud platform. Kubernetes aims to make the deployment of container applications simple and efficient. K ...

Posted by Democreous on Fri, 14 Jan 2022 03:34:45 +0100

Basic management of Docker

1, First meet Docker 1.Docker overview Docker is an open source tool for running applications in Linux container. It is a lightweight virtual machine, which was born in 2013 Docker project has joined the Linux foundation, and all open source code is in https://github.com/docker For maintenance, the official website is https://www.docker ...

Posted by asphpguy on Fri, 14 Jan 2022 01:39:10 +0100

Bigemap offline map publisher for Linux

Bigemap offline map publisher for Linux I. environmental inspection Before installing Bigemap Server, you need to install the following dependencies: WgetOpenSSL (optional)DockerDocker Composeunzip Wget, OpenSSL and unzip are all required by the Bigemap Server installation script. Docker and Docker Compose are service running and integr ...

Posted by modcar on Thu, 13 Jan 2022 20:42:17 +0100