[docker installation and basic commands]
1, docker: container based Virtualization (hosting applications to application containers) implements an application level resource isolation and quota.
What is a container?Container: lightweight Virtualization (sharing the same system kernel). The container is run by the container image.Advantages: h ...
Posted by mark123$ on Thu, 25 Jun 2020 05:08:49 -0700
010.OpenShift comprehensive experiment and Application
Experiment 1 install OpenShift
1.1 preparation
[student@workstation ~]$ lab review-install setup
1.2 configuration planning
OpenShift cluster has three nodes:
master.lab.example.com: the OpenShift master node is a node that cannot be scheduled for pod.
node1.lab.example.com : an OpenShift node that can run applications and infrastructure pod s ...
Posted by jmcc on Mon, 22 Jun 2020 20:48:05 -0700
How Dcoker Builds Private registry Mirror Warehouse
How Docker builds a private mirror warehouse, how to access it, and how to delete the private mirror warehouse image
Machine Planning
Server name (hostname)
Operating System Version
Intranet IP
External Network IP (Analog)
Install software
docker01
CentOS7.7
172.16.1.31
10.0.0.31
docker
dock ...
Posted by brob on Mon, 22 Jun 2020 09:21:52 -0700
Packaging and deployment of SpringBoot and Mysql application Docker
This paper implements a simple springboot+mysql application (ip count based on user access and stored in mysql database), builds a docker image for the application, implements the deployment of docker container and the docking with mysql container
Docker installation
You can install docker desktop f ...
Posted by friedemann_bach on Sun, 21 Jun 2020 00:02:11 -0700
Docker (warehouse) - Docker Hub public warehouse + enterprise level private warehouse building process
catalog1, What is a warehouse2, Install and configure Docker Hub3, Configure image accelerator4, How Registry works5, CONTENTS6, Build private warehouse
1, What is a warehouse
What is a warehouse?
The docker warehouse is used to contain images. Docker provides a registration server
(Register) to save mu ...
Posted by Canman2005 on Fri, 19 Jun 2020 01:26:50 -0700
docker basic common commands (all)
System and information of docker I use:
[root@VM_0_10_centos ~]# uname -r #View kernel
3.10.0-862.el7.x86_64
[root@VM_0_10_centos ~]# cat /etc/os-release #View system version and other information
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME=" ...
Posted by coverman on Thu, 18 Jun 2020 20:29:05 -0700
Docker image SpringBoot Jar package
Docker image SpringBoot Jar package
Preface
Pack Project
Making Docker Mirrors
View and run Docker images
Access Interface
Preface
Let's start with a general process. I'm building a project with SpringBoot, typing it directly into a Jar package, running on port 8082 on Linux, and changing the na ...
Posted by fsumba on Wed, 17 Jun 2020 09:41:31 -0700
"Beginner mall" - Interface - use script to simplify deployment operation (optimization)
1. Preface
In the previous version, you mistakenly bound the build push docker image to the package execution action. As a result, the OSC service parent project will report an error that it cannot find the dependency during the install operation, and unacceptable problems such as "build the pus ...
Posted by abolmeer on Mon, 15 Jun 2020 21:51:39 -0700
Production and operation practice of Kubernetes Ingress Nginx
1, Foreword
article Kubernetes production practice series 15: Architecture and working principle of Kubernetes Ingress Nginx This paper describes the working principle of Ingress Nginx, and introduces the practice of Ingress in the production environment.
First of all, it needs to be clear that the ...
Posted by carnot on Fri, 12 Jun 2020 19:46:25 -0700
Boy! Kubernetes deployment is so simple, you can see it completely
How is it implemented to migrate the project to k8s platform?
Make a mirror image
Controller management Pod
Pod data persistence
Exposed applications
Publish application to the public
Log / monitor
1. There are three steps to making a mirror image
The first basic image is based on which operating system, such as Centos7 or other
The second ...
Posted by wenquxing on Wed, 10 Jun 2020 19:44:45 -0700