In this example I will use my own domain https://michalwojcik.com.pl Certificate can be obtained through the browser, but one has to be awared that browsers
In the first part of Ingress & TLS in kubernetes series I have introduced self-signed certificates. The process was entirely controlled by manual actions and
Provision a cluster In this tutorial to setup local cluster I will use kind. Follow this instructions to configure ingress controller (nginx in this example).
Simple configuration which will allow to handle more than one domain by server using NGINX. Edit config files as following: /etc/nginx/sites-available/first-domain.com /etc/nginx/sites-available/second-domain.com It is possible
Nginx allows to utilize FastCGI module which enables processing *.php files. When you serve site like this blog, caching may be useful tool, especially when