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.
Having fun with Kubernetes #1
Before throwing yourself into Kubernetes (alright, let’s call it k8s from now on), there are something we need to understand. And the first basic thing is Container. WTF is a Container?
Having fun with Kubernetes #0
Kubernetes (aka k8s – well, because there are 8 characters between K and S) was always on my Checklist for a long time. Since I wanted to learn more about DevOps to improve our delivery process at work.
React Animated Navigation like a Ninja
I’ve created a NPM package for integration https://martinpham.gitlab.io/react-animated-navigator/
GraphQL – WTF is it?
You can find the project here https://gitlab.com/martinpham/graphql-fun
WebGL Fluid and Leap motion
A quick & funny project which combines WebGL drawing and Leap motion hand tracking
How to disconnect a Websocket client from AWS API Gateway server side
AWS API Gateway WebSocket is very cool. I have to say it, and I really like it. If you were reading — setting up — fixing a NodeJS WebSocket server, probably you will understand how complex it is, when you need to scale up your server, when you need to monitor your server, and also […]
Gotcha! Dailymotion :)
Insecure Direct Object Reference (IDOR) vulnerability