Installation Guide - NGINX Ingress Controller - 0 views
-
On most Kubernetes clusters, the ingress controller will work without requiring any extra configuration.
certificate - What is a Pem file and how does it differ from other OpenSSL Generated Ke... - 0 views
-
Certificate Signing Request.
-
Some applications can generate these for submission to certificate-authorities
-
These get signed by the CA and a certificate is returned
- ...15 more annotations...
ssl - How to get .pem file from .key and .crt files? - Stack Overflow - 0 views
-
openssl rsa -in server.key -text > private.pem openssl x509 -inform PEM -in server.crt > public.pem
-
A pem file contains the certificate and the private key.
HTTPS with Varnish | Konstantin Komelin - 0 views
How To Create a Kubernetes Cluster Using Kubeadm on Ubuntu 18.04 | DigitalOcean - 0 views
-
A pod is an atomic unit that runs one or more containers.
-
Pods are the basic unit of scheduling in Kubernetes: all containers in a pod are guaranteed to run on the same node that the pod is scheduled on.
-
Each pod has its own IP address, and a pod on one node should be able to access a pod on another node using the pod's IP.
- ...12 more annotations...
phusion/baseimage-docker - 1 views
-
-
docker exec
-
Through SSH
- ...57 more annotations...
Auto DevOps | GitLab - 0 views
-
Auto DevOps provides pre-defined CI/CD configuration which allows you to automatically detect, build, test, deploy, and monitor your applications
-
Just push your code and GitLab takes care of everything else.
-
Auto DevOps will be automatically disabled on the first pipeline failure.
- ...78 more annotations...
enable cross-origin resource sharing - 0 views
紀錄一下和 CORS (Cross-Origin Resource Sharing) 有關的問題 | Just for noting - 0 views
-
通常只允許單一 domain
-
回一個寫死 domain 的 Access-Control-Allow-Origin 的 HTTP Header, 但是可以在設定檔裏面做設定, 如果 request 是來自允許的 domain 的話, 就把 Access-Control-Allow-Origin 的值設定成該 domain, 如果不在白名單裡面的話當然就擋掉。
-
Google App Engine 不允許對非 static files 的 handler 加上 HTTP Headers
- ...1 more annotation...
ngrok 不求人:自己搭一個窮人版的 ngrok 服務|專欄文章|五倍紅寶石 - 0 views
Think Before you NodePort in Kubernetes - Oteemo - 0 views
-
Two options are provided for Services intended for external use: a NodePort, or a LoadBalancer
-
no built-in cloud load balancers for Kubernetes in bare-metal environments
-
NodePort may not be your best choice.
- ...15 more annotations...
Ingress - Kubernetes - 0 views
-
An API object that manages external access to the services in a cluster, typically HTTP.
-
load balancing
-
SSL termination
- ...62 more annotations...
What ChatOps Solutions Should You Use Today? | PäksTech - 0 views
-
The big elephant in the room is of course Hubot, which now hasn’t seen new commits in over three years.
-
Botkit bots are written in JavaScript and they run on Node.js
-
Errbot is a chatbot written in Python, it comes with a ton of features, and it is extendable with custom plugins.
- ...8 more annotations...
‹ Previous
21 - 37 of 37
Showing 20▼ items per page