centos7 installs and deploys Kubernetes (1.15.2) cluster based on kubeadm

I. What is Kubernetes Kubernetes is an open source container cluster management system of Google (Borg). It provides application deployment, maintenance, extension mechanism and other functions. Kubernetes can easily manage container applications running across machines. It can realize automatic deployment, automatic expansion and maintenance ...

Posted by chawezul on Sun, 18 Aug 2019 15:11:48 +0200

yaml file details of Kubernetes - v1.15.x

yaml file of Kubernetes How K8S creates resources K8S has two ways to create resources: the kubectl command and the yaml configuration file. kubectl command line: The simplest one is OK, but the drawback is obvious. You don't know what's going on behind this command!yaml Configuration File: Provides a way for you to know more about what it is. ...

Posted by samuelxin on Thu, 15 Aug 2019 10:14:07 +0200

[API Gateway Kong Series 11] - Source Construction Docker Mirror

1. Preface In the first ten chapters, we introduced the basic functions and use of Kong and the deployment based on docker. However, the deployment of Docker provided by the official website is based on the release of yum installation in the form of rpm, which is troublesome. In this chapter, we introduce a source-based approach to building doc ...

Posted by gekko on Tue, 13 Aug 2019 10:07:58 +0200

Embedded Linux Container Technology

Embedded Linux Container Technology I. Linux Container Technology The Linux Container container is a kernel virtualization technology that provides lightweight virtualization to isolate processes and resources. LXC is short for Linux Container. Lightweight virtualization can be provided to isola ...

Posted by firemankurt on Tue, 13 Aug 2019 09:06:11 +0200

Build kubernetes cluster + istio service grid from scratch

(win10,virtualbox ,centos) This article refers to the website:https://www.jianshu.com/p/e43f5e848da1https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/https://www.jianshu.com/p/1aebf568b786https://blog.csdn.net/donglynn/article/details/47784393https://blog.csdn.net/MC ...

Posted by dr-dre67 on Mon, 12 Aug 2019 11:08:28 +0200

Docker security (container resource control using Cgroups mechanism)

Article Directory Preface Understanding docker security Namespace Isolated Security Security of Control Group Resource Control Kernel Capability Mechanisms Docker Server Protection Other security features Container Resource Control CPU bound Memory Limit Block IO Restrictions https://www.cnblog ...

Posted by sumathi on Sat, 10 Aug 2019 03:07:35 +0200

Knative Practice: Automated Deployment from Source Code to Service

Through the previous articles, I believe you are familiar with Serving, Eventing and Tekton. So in practical use, we often encounter some complex scenarios, which require collaborative processing between components. For example, can we deploy services directly into K8s after we submit the source code? This scenario is attractive to ...

Posted by squiblo on Fri, 09 Aug 2019 06:23:59 +0200

Docker Resource Limitation

By default, a container has no resource constraints and can use all the resources scheduled by the kernel.Docke provides parameters to control the memory, CPU, and block IO used by the container when it is started. Only memory and CPU can be controlled. Memory Memory is an incompressible resource OOME In Linxu systems, if the kernel detects ...

Posted by cohq82 on Sun, 04 Aug 2019 18:25:57 +0200

Docker Containerized Series

Docker Containerization [External Link Picture Transfer Failure (img-PGrNBYx3-1564835831568) https://github.com/grandhappy/docker/blob/master/images/0.png)] Take nginx+tomcat cluster as an example to illustrate how to build services. The usual way is to download, install, configure and deploy code. Ho ...

Posted by NewPHP_Coder on Sat, 03 Aug 2019 14:47:59 +0200

Nginx + Docker Manual Cluster Run EMQ

In the process of supporting customers, EMQ X learns that customers use Nginx for load balancing and that the Docker container manually joins the cluster to run the EMQ cluster. The main process is now recorded. Business Requirements Use Nginx as a reverse proxy Nginx needs to assign the address of the proxy server in advance Run EMQ using Doc ...

Posted by kishore_marti on Sat, 03 Aug 2019 05:14:43 +0200