TL;DR - Created an EKS cluster and deployed a workload using AWS CDK - Separated stack...
TL;DR - Create an EKS cluster using AWS CDK Python - Provision infrastructure via AWS...
At some point, I realized that ‘it works’ is not enough. I need to know how it works too.” When...
Docker images are already compressed when you push them to registries like Docker Hub, GHCR, AWS ECR,...
Docker isn’t just for serve your code, appliactions. you can actually run a full desktop app inside...
Hello everyone! 👋 Last weekend, I had the amazing opportunity to be a speaker at AWS Community Day...
Hello there! In this post, we'll dive into the world of Caddy, a modern and powerful web server....
Hello! In this post I'll walk through how to use Caddy as a reverse proxy and Docker for...
Intro Hi there! Flask is great for building APIs quickly. But turning your local project...
Intro Hi! In this post, I'll show you how to deploy a simple Go API using Supervisor to...
Let's start again. Now we will do some practices. In this part of the Kubernetes series, we will...
Let's start again. Now I'm going to talk about Controllers in Kubernetes. In Kubernetes, a Controller...
Let's start again. Now I'm going to talk about objects in Kubernetes. In Kubernetes, an object...
Intro ArgoCD is a GitOps tool with a straightforward but powerful objective: to...
K3D is a lightweight wrapper around k3s that allows you to run Kubernetes clusters inside Docker...
In this post, I’ll show you how to start with K3D, an awesome tool for running lightweight Kubernetes...
😀 Intro Hi, in this post, we will use Libvirt with Terraform to provision 2 KVM locally...
This is a submission for the 2024 Hacktoberfest Writing challenge: Maintainer Experience Hello! This...
Okay, let's start again. Kubernetes and container are two things that cannot be separated from each...
Hi, welcome to the wonderful world of DevOps! This post was written during my journey of learning...
About two months ago, I was given a task to deploy Laravel API to Lambda. And then I found the ways...
Case I have several problems, when I create a Docker image on Ubuntu which in fact uses...
Long time no see, now i will show you how to install Docker using Ansible Playbook. Let's start!!! ...
1. Make new .sh file on root directory called mysql_backup.sh. #!/bin/bash # This...
when i try to pull in my local directory, i got error like this. $ git pull error: Pulling is not...
I got an error when running automation script for network device like this: ~python-Automation/ $...
I can show you many steps to configure passwordless sudo for specific user: 1.open your terminal...
#day01 👋 Hi there, this is my documentation when i learning about Ansible What is...
Now i can show how to configure SSH passwordless on Ubuntu Server. You can use SHH passwordless when...