k8s uses kube-router to expose pod s and SVCS in clusters to the outside
brief introduction
Using kube-router to expose pod ip and cluter i in the k8s cluster to the outside of the cluster and realize direct access to pod and svc of k8s by nodes outside the cluster
Environmental description
This experiment is based on the k8s cluster which has been installed and configured. k8s installation refers to other blog art ...
Posted by Davo on Mon, 21 Jan 2019 14:00:13 -0800
Use let's encrypt free ssl certificate to enable https
To enable https access to the website, first of all, an ssl certificate issued by a certification authority is needed. At present, a certification authority is free for individuals. The better thing is: let's encrypt . Let's Encrypt is a public free SSL project initiated by Mozilla, Cisco, Akamai, IdenTrust and EFF. It is free, ea ...
Posted by phpDVWeaver on Mon, 21 Jan 2019 09:06:14 -0800
Apache Ambari 01 - Ambari Mirror installation deployment
This paper derives from:Everyday Learning IT - Knowledge Base
Cluster machine
Host
IP address
192.168.99.181
ambari-mirror
192.168.99.101
ambari-server
192.168.99.106
ambari-agent1
192.168.99.107
ambari-agent2
Create management user hadoop (all node operations)
useradd hadoop
Modify the machine hosts file (all node operations)
ec ...
Posted by killerofet on Thu, 03 Jan 2019 08:39:10 -0800
12.13 Nginx Anti-theft Chain 12.14 Nginx Access Control 12.15 Nginx Resolution php Related Configuration 12.16 Nginx Agent
12.13 Nginx Anti-theft Chain
The configuration is as follows, which can be combined with the above configuration
The * here represents the case-insensitive parentheses that follow.
Beginning of ^
server_names can be omitted
location ~* ^.+\.(ico|gif|jpg|png|swf|flv|rar|zip|doc|pdf|gz|bz2|jpeg|bmp|xls)$
{
expires 7d;
valid_referers none ...
Posted by JimmyD on Tue, 25 Dec 2018 09:33:06 -0800