Super Mario 64 Remastered
2020 is terrible, really terrible. Coronavirus pandemic, George Floyd, BLM, Beirut explosion, … We’ve decided to stay at home this summer holiday, since we really don’t want any bad thing happens to our kids.
Google, thank you for your New year 2020 gift!
And this time, it’s Google Drive’s Information leakage bug 🙂
Having fun with Kubernetes #Extra – Ingress & HTTPS
Hope you were having fun with my Kubernetes tutorial! I’m gonna share with you about Kubernetes Ingress, and let’s setup together a HTTPS website on our cluster.
Having fun with Kubernetes #Final
Finally, you have your very first k8s cluster with 2 nodes up and running well. Now let’s play with it!
Symfony 5 development with Docker
I was playing with Kubernetes during last weekend, but the project was just a small PHP file with phpinfo() function call, no big deal. Today my colleague asked me to guide him a bit on Docker, because he’d like to try it with a real world example: Developing a Symfony project. So let’s take a […]
Having fun with Kubernetes #5
You had your first k8s master server, now it’s time to setup our nodes and connect them.
Having fun with Kubernetes #4
From previous chapter, we were talking about the infrastructure which we’re gonna build. In this chapter, let’s install & setup a k8s cluster, with 2 nodes! We will start with the Master server first
Having fun with Kubernetes #3
Okey, from the previous chapter you had your Docker image now – it’s everything you need to run the application everywhere: A PHP-FPM 7.4 installation, a codebase contains the PHP files. Let’s continue with the k8s chapter – where we’re gonna setup our first k8s to deliver our application to 1 million people!
Having fun with Kubernetes #2
Honestly, I don’t want to make a clone of Kubernetes Documentation on my blog 😂, here I just wanted to share my fun experiences when I was playing with it. So please don’t forget to check the official documentations if you have some doubts.