k8s deployment ingress nginx

brief introduction Just take notes to prevent forgetting. What we want to achieve today is the access method above the article pictures. k8s installation ingress nginx First deploy the following yaml file kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml Most of the tutorials are do ...

Added by cybercrypt13 on Wed, 21 Aug 2019 05:38:01 +0300

saltssh of Saltstack and Application of its API

Article Directory ssh Introduction to saltssh Basic Definitions Application Scenarios server2(minion) server1(master) test API server2(minion) server1(master) Python OMT Print all minion s that get key s under the master node Open the httpd ...

Added by xgab on Wed, 21 Aug 2019 04:22:01 +0300

kubernetes microservice expansion and release of new functional versions

Microservices do not need to be an independent function or resource like ordinary services. It is perfectly correct to say in the definition that microservices need to match business capabilities. Unfortunately, it still means that if the granularity design of the capability model is wrong, then we have to pay a lot of price. If you read Fowle ...

Added by lordgreg on Sat, 17 Aug 2019 18:17:09 +0300

ACL Access Control and Log Analysis of Squid Proxy Service

For the deployment of Squid services, you can refer to the blog: Installation and deployment of Squid proxy serverFor Squid Service Configuration Proxy Server, you can refer to the blog: Using Squid to Construct Traditional Agent and Transparent Agent ACL Access Control of Squid Service Squid provides a powerful proxy control mechanism. By set ...

Added by Hi I Am Timbo on Sat, 17 Aug 2019 12:21:27 +0300

Introduction to Nginx web Foundation

Catalog Introduction to Nginx web Foundation How to upgrade nginx or add functionality Managing nginx with system D nginx-related configuration files nginx configuration file details Log format game Logging Actual Warfare Log Cutting Handwritten Virtual Host ...

Added by Nate on Thu, 15 Aug 2019 10:43:47 +0300

[0723] Automated Operation and Maintenance-saltstack

Introduction to 24.1 Automation Operation and Maintenance Understanding Automation Operation and Maintenance: Traditional operation and maintenance is inefficient and most of the work is done artificially. Traditional operation and maintenance work is cumbersome and error-prone. Traditional operations do the same thing over and over again eve ...

Added by bfuzze_98 on Sun, 04 Aug 2019 16:10:06 +0300

nginx - Implementing https encryption and redirection

1. Implementing https encryption We know that now is the age of https, and almost every excellent website has launched https. After opening the HTTPS encrypted access, login to your website, browser address bar will appear a green lock, which is the use of hypertext transfer security protocol (HTTPS), ...

Added by tomdumont on Fri, 02 Aug 2019 09:21:56 +0300

Oracle Backup and Recovery expdp/impdp Data Pump Remote Import and Export

Links to the original text: https://blog.csdn.net/imliuqun123/article/details/78624587 Oracle Backup and Recovery expdp/impdp Data Pump Remote Import and Export   Oracle has a very useful export tool expdp (data pump) at 10g. However, ...

Added by jamiefoxx on Thu, 01 Aug 2019 08:52:41 +0300

manjaro configuration record

I. Source Change Official mirror sources (including core, extra, community, multilib) sudo pacman-mirrors -i -c China -m rank //Update Mirror Ranking sudo pacman -Syy //Update data sources After running the first command, a few source options will appear in a few moments. Click on the source you want to select and recommend Tsinghua Source. ...

Added by wickning1 on Fri, 26 Jul 2019 10:54:14 +0300

Fast Mastery of mongoDB: Implementation of Read-Write Separation Copy Set and Introduction to Sharing

1 mongoDB replica set Introduction to 1 replica set We introduced the use of single-machine MongoDB. In practice, we seldom use single-machine MongoDB, because there is a risk of data loss when using single-machine, and single-server can not achieve high availability (that is, when the server goes down, there is no substitute for the top of t ...

Added by Cagecrawler on Tue, 23 Jul 2019 15:55:14 +0300