Part 2 of the Kubernetes series: Creating Kubernetes applications using the kubectl command

1. introduction The API Server of k8s provides a RESTful-style gateway interface that allows users to initiate requests to the k8s cluster. Such operations as creating a Pod or destroying a PodUsers can communicate with API Server through programming language following API Server's Gateway Interface Specification. They can also communicate wit ...

Posted by yurko on Tue, 24 Sep 2019 03:25:13 -0700

Django Framework csv Files and Project Deployment

Django Web Framework Teaching Notes Catalog Article directory Django Web framework teaching notes Catalog User authentication in Django (using Django authentication system) Auh Basic Model Operation: Generating CSV files E-mail Sending Project deployment WSGI Django Work Environment Deployment ...

Posted by mark103 on Mon, 23 Sep 2019 04:43:35 -0700

Haproxy service tuning and configuration details

Through blog posts: Nginx+Tomcat to achieve load balancing cluster instance, can follow!!!LVS Load Balancing Cluster ExplanationWe have been able to use Nginx and LVS as load balancing cluster. They have their own characteristics. Today, we know a popular cluster scheduling tool, Haproxy. I. Overview of Haproxy Haproxy is a popular cluster sch ...

Posted by mikie46 on Thu, 19 Sep 2019 04:13:57 -0700

usermod command, user password management, mkpasswd

Mission 12 June 3.4 usermod command 3.5 User Password Management 3.6 mkpasswd command         3.4 The usermod command: Commands for usermod to change user attributes   Usermod-u 1000 file to change uid Usermod-g 111 file to change gid (with ID or group name) Usermod-d/home/gdsgsdg file to change home directory Usermod-s/sbin/nolog ...

Posted by eelmitchell on Tue, 17 Sep 2019 23:50:27 -0700

Installation and Use of Nginx

Links to the original text: https://my.oschina.net/asparagus/blog/699224   I. Introduction Nginx("engine x") is a high performance HTTP and reverse proxy server, as well as ...

Posted by bob_the _builder on Tue, 17 Sep 2019 07:02:03 -0700

K8S Practice_(Helm)

Summary of Helm 1.Helm introduction helm is similar to package management tools under Linxu system, such as yum, apt, etc. It is mainly used to create, package, publish and manage local and remote Chart repositories for Kubernetes application Chart. 2.Helm component helm: Local client tool, mainly used for the creation/packaging/publishing ...

Posted by Chris-the dude on Tue, 17 Sep 2019 06:49:34 -0700

Docker Container Series Articles Introduction to Docker Technology

Docker Contrast VM Docker's Network Model Dokcer provides communication between containers by using Linux bridges. Docker has four network modes They are the following four modes Host mode, specified using -- net=host. Container mode, specified using -- net=container:NAMEorID. None mode, specified using -- net=none. Bridge mode, specified wit ...

Posted by newbtophp on Sun, 15 Sep 2019 21:23:42 -0700

[Macau Education Internal Documentation]-RPM Production Guide

Links to the original text: https://my.oschina.net/magedu/blog/600981 This article is original, reprinted or any other method of use need to be authorized by the author! ...

Posted by pestilence669 on Sun, 15 Sep 2019 03:42:24 -0700

centos7 installs docker and configures php running environment

Installation of docker First, let's look at what docker is. Docker is a virtualization technology based on the Linux kernel, which encapsulates and isolates processes. Because the isolated processes are independent of the host and other isolate ...

Posted by albinoazn on Thu, 12 Sep 2019 03:30:42 -0700

How to Remote Monitor Linux Server and Desktop from Web Browser

When you want to monitor a Linux machine, you have many choices. Although there are many product quality monitoring schemes (such as Nagios, Zabbix, Zenoss), they have gorgeous UI s, extensible monitoring, easy-to-understand reports, etc., these ...

Posted by Stelios on Wed, 11 Sep 2019 23:29:35 -0700