Location, RH 69, FRANCE
jpl@it-dust.net

IT Dust

Computing - Programming - Designing

Install cert-manager in a GKE cluster to use with let’s Encrypt

Cert-manager automates the management and issuance of TLS certificates from various issuing sources. It extends Kubernetes with a Custom Resource. You may use it with Let’s encrypt which is a free issuer. 1 – Installation Installing cert-manager There is currently an issue with GKE and the v0.6.5 version of cert-manager. It has been fixed in…
Read more

Let’s Encrypt

Let’s Encrypt is a free, automated, and open Certificate Authority. It uses the ACME Protocol to allow the delivery of certificates for web sites without the need of a human intervention. At first a certificate agent running on the web server is challenged by the CA to prove that the target domain is controlled by…
Read more

Bind a domain name to a GKE service with Google Cloud DNS

Identify the external IP address with kubectl: Choose the service to expose and get its external ip address. If it’s not already done, enable the DNS API for the project containing your cluster here. Then create a new zone for your domain, if it’s not existing yet: Let us say one want to bind a…
Read more