Social Media that Changed Me & You
YouTube Channel
DevOps, cloud computing, and career strategies.
4.7K
Subscribers
180+
Videos
Posts and updates on cloud, DevOps, and community.
11K
Followers
Featured videos
Newමම ජපුරෙන් මැලේසියාවට ගියේ මෙහෙමයි | My First Time in Malaysia
PopularAWS පටන් ගමු!
PopularSoftware Engineering දැවෙන ප්රශ්න ගොඩකට උත්තර මෙන්න
Popular2026දී IT/Software Engineering කරන අය අහන්නම ඕන දේවල් ටිකක්!
PopularHow to Use AI for Projects & Ace Your Intern SE Interview Confidently
PopularWho Is a Software Engineer? | Roles, Skills, Career Path & Real Meaning Explained
Latest from the blog

Using Sealed Secrets in Kubernetes
sealed secrets
Recently I tried out a very secure way to pass secrets in k8s. That is sealed secrets. What is happening here is that it encrypts the data and its hidden in kubernetes cluster itself. Kubernetes Sealed Secrets work by using asymmetric encryption (public/private key pair) to securely store encrypted Kubernetes Secret data in a Git repository. Only the Sealed Secrets controller running within the target Kubernetes cluster can decrypt the secret data and turn it into a usable, standard Kubernetes Secret.Read more
Getting Started with GitOps/FluxCD on Kubernetes
gitops
Hi Cloud natives, I recently started with working with kubernetes and one of the problems that I encountered was the manual deployments into K8s cluster(unless in a CI/CD’s CD Pipleine configured). The solution is simple, it is using GitOps. There are several tools that we can used for this. ArgoCD is one of the option. But I found a more easy but powerful way; that is FluxCD.Read more
Getting Started with Terragrunt
terraform
I hope you heard the IaC tool — Terraform. So recently I got an experience to use an awesome tool related to terraform. That is the terragrunt. It is a thin wrapper arround terraform. The reason we use terragrunt is by using this we can manage our terraform code more easily, specially when we are working with multiple environments (dev, test, pre-prod, prod), accounts or regions. So simply what is happening here is that it removes the burdens with duplication, configuration and state management.Read more
































