ASP.NET open source import and export library used in Magicodes.IE Docker

Magicodes.IE used in Docker Update history 2019.02.13 Update Nuget to 2.0.2 [import] to repair the single column imported Bug, unit test "onecolumnimporter" '. See you. https://github.com/dotnetcore/Magicodes.IE/issues/35). [export] fixed the problem of template compiling and error reporting in some cases when exporting HTML, Pdf and ...

Added by fsumba on Sat, 15 Feb 2020 18:41:12 +0200

k8s Storage Data Persistence, emptyDir, hostPath, Nfs-based PV, PVC

Containers exist in both docker and K8S and have a life cycle, so data volumes can be used for data persistence. Key issues addressed by data volumes: 1. Data persistence: When we write data, the files are temporary. When the container crashes, the host kills the container, then re-creates the container from the mirror, and the data is lost. ...

Added by joe1986 on Sat, 15 Feb 2020 07:51:36 +0200

K-2 Kubernets Install dashboard Crater Log

After successfully deploying k8s, I intend to redeploy the k8s web UI: dashboard. The main deployment method on the web is some dashboard services generated by IT using yaml files.Then all the articles are a bit problematic, either because the steps are different, the content or file is out of date, or the author thinks that some content is un ...

Added by BAM1979 on Fri, 14 Feb 2020 04:10:01 +0200

Quick packaging and deployment of springboot

Key knowledge points: Maven's assembly plug-in implements custom packaging deployment (including dependent jar packages) At present, there are several common deployment methods of spring boot project. 1. Use the docker container to deploy, build the application of springboot into a docker image, and then start the image through the containe ...

Added by ozestretch on Tue, 11 Feb 2020 15:15:00 +0200

kubernetes tutorial (4) node component installation

node related component installation docker installation Install the latest version of docker wget -qO- https://get.docker.com/ | sh kubelet installation Download the kubelet executable binary file and place it in the directory / opt/kubernetes/bin New directory / var/lib/kubelet Add kubelet.service file to / usr/lib/s ...

Added by mwalsh on Sun, 09 Feb 2020 21:49:43 +0200

Docker swarm single node mode

Before reading this article, make sure that you have properly containerized a machine and can deploy the container using docker compose. If not, refer to Layout document. There are two kinds of nodes in a swarm cluster, manager node and worker node. A containerized machine (either physical or virtual) ...

Added by jbdphp on Mon, 27 Jan 2020 07:56:53 +0200

MySQL Cluster Solution: master-slave replication

Get ready I use docker deployment on CentOS, so I need to prepare docker related operations in advance docker CentOS installation To configure mapping A host has multiple virtual machines, so it needs to use different named configuration folders, such as / etc/mysql/my.cnf.d/master01, to distingu ...

Added by Clandestinex337 on Sun, 19 Jan 2020 12:17:53 +0200

Resource Management (k8s)Resource

Resource Management (k8s) Resource (above) Article Directory Resource Management (k8s) Resource (above) Initial knowledge Core Design How to use Limit test What happens if memory is too small What about modifying limits to limit memory/CPU overruns How about tuning requests memory/CPU Turn reque ...

Added by sr20rps13 on Fri, 17 Jan 2020 03:25:27 +0200

kubernetes Series Tutorials Offline+Online Upgrade kubernetes to 1.15

1. Overview of kubernetes upgrade Kubernetes version upgrade iteration is very fast, update every three months, many new functions iterate quickly in the new version. In order to keep consistent with the community version function, upgrade the kubernetes cluster, the community has upgraded the cluster through the kubeadm tool, the upgrade step ...

Added by Josien on Thu, 16 Jan 2020 20:02:43 +0200

Common settings for Binlog in MySQL

Get mysql image ➜ ~ docker pull mysql ➜ ~ docker images REPOSITORY TAG IMAGE ID CREATED SIZE mysql latest d435eee2caa5 3 weeks ago 456MB mysql ...

Added by unmash on Thu, 16 Jan 2020 04:07:52 +0200