Host-based routing with Alibaba Cloud Kubernetes (ACK)
When creating a multi-deployment platform in Kubernetes, you will quickly realise how many LoadBalancer-type Services you deployed. This is usually not a pro...
When creating a multi-deployment platform in Kubernetes, you will quickly realise how many LoadBalancer-type Services you deployed. This is usually not a pro...
All applications starts in the same way, usually with a simple deployment made up of a tiny and organised Docker Container which is built and deployed within...
You load the site… it doesn’t work. You check the console… some weird error. You examine the code… nothing specially wrong. The debugging nightmare begins! T...
When you start your journey around deploying services in China, soon you realise that is not the same as in the rest of places. You even feel that your prior...
There is a new podcast in town! Well, “Cloudcast” in this case 😅
What we want to solve with this tutorial?
Docker makes it easy to ship your applications and services in containers, so you can run them anywhere. Also true is that the more you work with Docker the ...
WordPress uses the is_ssl() function to determine if SSL is being used in the server. In order to do this, it uses $_SERVER['HTTPS'] and $_SERVER['SERVER_POR...
Magento 2 installation made easy