kubeadm deployment k8s cluster
Experimental environment:master node: 192.168.1.10 (master)Node 1: 192.168.1.20 (node01)Node2 node: 192.168.1.30 (node02...
Dockerfile theory + practice!!!
Dockerfile overview Dockerfile is the description file of the image file in docker. The straight white point is exactly what the image file is compos...
kubeadm deployment k8s
The new version of kubeadm has changed some parameters, the installation method has changed, you can refer to the new version installation method [ku...
k8s deployment stateful service zookeeper example
Without considering the configuration file first: apiVersion: apps/v1 kind: StatefulSet #####A problem with fixed hostname and stateful service is th...
jinkens+gitlab implement CI/CD for k8s cluster
I. environmental preparation K8s cluster environment (here I am k8s cluster of three sets); A single docker server is mainly used to upload images to...
Complete set of installation documents and small skills of Docker related environment
The following environments are Ubuntu 16.04, which mainly install docker, docker compose, docker warehouse, etc. Docker installation Reference resourc...
024. Master Pod-Deployment MongoDB
1. Pre-preparation 1.1 Preconditions Cluster deployment: Kubernetes cluster deployment reference 003-019. glusterfs-Kubernetes Deployment: Refer to Gl...
Centos Docker Configuration Overview
Coordinates a school in Nanjing. Campus Network Configuration Docker needs to configure a proxy server. From 2 p.m. to 19.38 p.m., make a note to mak...
podman pilot test - comparison with docker
1. What is docker? Docker is an open source application container engine, which belongs to the encapsulation of Linux containers. Docker provides a s...
Introduction to the battle of URLOS - making LAP Website Environment
1. Make LAP image1.1. Log in to the host machine using ssh, create the Dockerfiel file and fill in the following contents FROM php:7.2.16-apache-stret...
ovn implementation of container Internet access, nat, fip
Experimental topology Physical topology Logical topology 172.24.4.8 is the fip of pod 100.60.0.31. step Get ready Create logical router ovn cluster ov...
Practice VxLAN under Linux
This article was first published in my public number Linux cloud computing network (id: cloud_dev), focusing on dry goods sharing. There are 10T books...