GitopsCentral

September 22, 2025

Introduction to Systems Design

Filed under: Systems Design — shaik zillani @ 8:37 pm

Systems design is the process of planning and structuring software systems so they are scalable, reliable, and maintainable. It’s about how different components of a system interact and how the system meets requirements under real-world constraints like traffic, data volume, and availability.

Read More

December 4, 2022

Increase SSH connection timeout

Filed under: linux — Tags: , — shaik zillani @ 3:58 pm

Ever been mid-command on a remote server only for your terminal to freeze, leaving you with a frustrating “Connection reset […]

Read More

November 23, 2022

Stop the Panic: How to Check Certificate Expiry in Kubernetes

Filed under: Kubernetes — shaik zillani @ 5:16 pm

Stop the Panic: How to Check Certificate Expiry in Kubernetes⏰🔒 Certificate expiration is a silent killer in Kubernetes. When the […]

Read More

August 30, 2021

Space Invaders game developed using Golang

Filed under: Misc — Tags: , , — shaik zillani @ 12:35 pm

Go Invaders: Taming Complexity with ECS and Ebitengine 👾🚀 Building an arcade classic like Space Invaders in Go (Golang) is […]

Read More

June 7, 2021

Creating kubernetes cluster using EKSCTL

Filed under: Kubernetes — shaik zillani @ 7:40 am

In this blog post, I will show you how to install Kubernetes cluster on AWS using eksctl Create subnets Log […]

Read More

February 20, 2021

Kubernetes RBAC: Restrict resources within a namespace

Filed under: Kubernetes — Tags: , — shaik zillani @ 9:29 pm

kubectl delete clusterrolebinding docker-for-desktop-binding ClusterRole and RoleBinding Create service accounts, test-user in namespace qa kubectl create ns qa kubectl create […]

Read More

November 18, 2020

How to setup TLS certs in nginx ingress using certbot

Filed under: Kubernetes — Tags: , , , — shaik zillani @ 1:03 pm

Kubernetes TLS: Secure Your NGINX Ingress Using Certbot and Route 53 (The Easy Way)🔐 Setting up TLS/SSL certificates for your […]

Read More

September 22, 2020

Download kubeconfig using eksctl

Filed under: Kubernetes — shaik zillani @ 12:46 pm
Read More
Older Posts »

© 2016–2025 GitOpsCentral | All Rights Reserved.