Welcome to My Blog
Discover the latest in technology through my eyes
Read the blog posts to see through my eyes what I've learned about the latest technologies.
Featured
Mastering Kubernetes Network Policies - A Hands-On Guide
Published: at 06:30 AMA comprehensive guide to implementing and understanding Kubernetes Network Policies, with practical examples using Kind and Calico.
Understanding Kubernetes Service Accounts - A Practical Guide
Published: at 06:30 AMA comprehensive exploration of Kubernetes Service Accounts, their role in RBAC, and how to effectively use them in your cluster.
Mastering Kubernetes RBAC - ClusterRoles and ClusterRoleBindings
Published: at 06:30 AMAn in-depth exploration of ClusterRoles and ClusterRoleBindings in Kubernetes RBAC, with practical examples and key insights for effective implementation.
Mastering Kubernetes RBAC - A Hands-On Guide
Published: at 06:30 AMA practical guide to implementing and understanding Role-Based Access Control (RBAC) in Kubernetes, with step-by-step examples and explanations.
Demystifying Kubernetes Authentication and Authorization
Published: at 06:30 AMA comprehensive guide to understanding and implementing authentication and authorization in Kubernetes, including practical examples and best practices.
Mastering JSONPath and Advanced kubectl Commands for CKA Exam
Published: at 01:30 PMA comprehensive guide to using JSONPath and advanced kubectl commands in Kubernetes, with practical examples relevant to the Certified Kubernetes Administrator (CKA) exam.
Mastering Worker Node Troubleshooting in Kubernetes - A CKA Exam Guide
Published: at 12:30 PMA comprehensive guide to troubleshooting worker node failures in Kubernetes, with practical examples and strategies relevant to the Certified Kubernetes Administrator (CKA) exam.
Mastering Kubernetes Cluster Troubleshooting - A CKA Exam Guide
Published: at 11:30 AMAn in-depth guide to troubleshooting Kubernetes cluster component failures, with a focus on techniques relevant to the Certified Kubernetes Administrator (CKA) exam.
Mastering Kubernetes Application Troubleshooting - A CKA Exam Perspective
Published: at 10:30 AMA comprehensive guide to troubleshooting application failures in Kubernetes, focusing on techniques and strategies relevant to the Certified Kubernetes Administrator (CKA) exam.
Mastering Kubernetes Monitoring and Logging - A Practical Guide
Published: at 09:30 AMA comprehensive guide to implementing monitoring and logging in Kubernetes clusters, including the installation of Metrics Server and best practices for observability.
Mastering ETCD Backup and Restore in Kubernetes
Published: at 08:30 AMA comprehensive guide to backing up and restoring ETCD in Kubernetes clusters, including step-by-step instructions and best practices for disaster recovery.
A Comprehensive Guide to Upgrading a Multi-Node Kubernetes Cluster with Kubeadm
Published: at 07:30 AMA step-by-step guide to safely upgrading a multi-node Kubernetes cluster using kubeadm, including best practices and troubleshooting tips.
Working with TLS Certificates in Kubernetes - A Step-by-Step Guide
Published: at 06:30 AMA comprehensive guide on generating, managing, and working with TLS certificates in Kubernetes, including creating CSRs, approving them, and retrieving certificates.
Mastering Kubernetes Ingress - A Step-by-Step Guide
Published: at 06:30 AMA comprehensive guide to deploying applications, creating services, and exposing them to the external world using Kubernetes Ingress, with practical examples and best practices.
Demystifying Kubernetes Networking and Container Network Interface (CNI)
Published: at 05:30 AMA comprehensive exploration of Kubernetes networking concepts, Container Network Interface (CNI), and practical demonstrations of network namespaces and veth pairs.
Understanding CoreDNS in Kubernetes - A Deep Dive
Published: at 04:30 AMAn in-depth exploration of CoreDNS in Kubernetes, its role in service discovery, and how it enhances cluster networking capabilities.
Demystifying SSL/TLS - A Visual Guide to Secure Communication
Published: at 02:30 PMAn in-depth exploration of how SSL/TLS works, with custom diagrams and animations to illustrate the handshake process and encryption mechanisms.
Mastering ConfigMaps and Secrets in Kubernetes - A Practical Guide
Published: at 01:30 PMA comprehensive guide to implementing and understanding ConfigMaps and Secrets in Kubernetes, with practical examples of injecting configuration and sensitive data into pods.
Mastering Kubernetes Health Probes - A Practical Guide
Published: at 12:30 PMA comprehensive guide to implementing and understanding health probes in Kubernetes, with practical examples of liveness and readiness probes.
Mastering Kubernetes Autoscaling - A Hands-On Guide to HPA
Published: at 11:30 AMA comprehensive, hands-on guide to implementing and understanding Horizontal Pod Autoscaling (HPA) in Kubernetes, with practical examples and key insights.
Exploring Resource Requests and Limits in Kubernetes - A Practical Guide
Published: at 10:30 AMA hands-on guide to implementing and understanding resource requests and limits in Kubernetes, with step-by-step instructions and practical examples.
Mastering Node Affinity in Kubernetes - A Practical Guide
Published: at 09:30 AMA hands-on guide to implementing and understanding Node Affinity in Kubernetes, with step-by-step instructions and real-world examples.
Mastering Taints and Tolerations in Kubernetes - A Hands-On Guide
Published: at 08:30 AMA comprehensive, hands-on guide to understanding and implementing taints and tolerations in Kubernetes, with step-by-step instructions and practical examples.
Hands-On with Kubernetes - Manual Scheduling, Static Pods, and Label Selectors
Published: at 07:30 AMA practical guide to manually scheduling pods, working with static pods, and using labels and selectors in Kubernetes, with step-by-step instructions and examples.
Mastering DaemonSets and CronJobs in Kubernetes
Published: at 07:00 AMA comprehensive guide to understanding and implementing DaemonSets and CronJobs in Kubernetes, with practical examples and clear explanations.
Mastering Multi-Container Pods and Environment Variables in Kubernetes
Published: at 06:30 AMA comprehensive guide to creating multi-container pods and working with environment variables in Kubernetes, with practical examples and clear explanations.
Deep Dive into Kubernetes Namespaces
Published: at 04:30 AMA comprehensive guide to Kubernetes Namespaces, including practical exercises on creating resources, networking between namespaces, and DNS resolution.
Understanding Kubernetes Services - ClusterIP, NodePort, and LoadBalancer
Published: at 04:30 AMA comprehensive guide to Kubernetes Services, including ClusterIP, NodePort, and LoadBalancer, with practical exercises and discussions.
Mastering Kubernetes ReplicaSets and Deployments
Published: at 04:30 AMA hands-on guide to creating and managing Kubernetes ReplicaSets and Deployments, with practical exercises and troubleshooting tips.
Creating Kubernetes Objects - Imperative vs Declarative Approaches
Published: at 01:00 PMExplore different methods of creating Kubernetes objects, including imperative and declarative approaches, with practical examples and troubleshooting tips.
Setting Up Kubernetes Clusters with KIND
Published: at 12:00 PMLearn how to set up single-node and multi-node Kubernetes clusters using KIND (Kubernetes IN Docker) on your local machine.
Kubernetes Architecture Deep Dive
Published: at 11:00 AMExplore Kubernetes architecture, control plane components, and the flow of kubectl commands, with easy-to-understand explanations and diagrams.
Kubernetes - When to Use It and When Not To
Published: at 10:00 AMExplore the challenges of standalone containers, how Kubernetes addresses them, and when to use (or not use) Kubernetes in your projects.
Dockerizing a Node.js - Application with Multi-Stage Builds
Published: at 08:30 AMLearn how to dockerize a Node.js application using multi-stage builds, explore Docker best practices, and understand the docker init command.
Dockerizing a Simple Web Application - A Step-by-Step Guide
Published: at 05:30 AMLearn how to dockerize a simple web application, explore the docker init command, and understand the process step-by-step.
Docker Architecture and Workflow - A Beginner's Guide
Published: at 04:30 AMExplore Docker's architecture and workflow with clear explanations and diagrams, perfect for beginners and experienced developers alike.
This is a simple, lightweight GUI-based Linux distribution designed to run on QEMU.
Updated: at 08:59 AMThis is a simple, lightweight GUI-based Linux distribution designed to run on QEMU.
Monitoring and Managing System Services with invinservicedemon
Published: at 01:00 PMAn in-depth look at invinservicedemon, a Rust application designed for monitoring and managing system services, developed by Anubhav Gain.
Personalized Zsh Theme for a Professional Workspace
Published: at 05:00 AMA detailed guide on creating a personalized Zsh theme for a professional and efficient workspace, designed by Anubhav Gain.
From NeoVim to LunarVim
Published: at 08:45 AMGuide for transitioning from NeoVim to LunarVim, an IDE layer for Neovim.
vsFTP on Ubuntu
Published: at 08:40 AMGuide for setting up vsFTP on Ubuntu.
Windows Control
Published: at 08:38 AMVenting frustrations and providing solutions for managing Windows features.
Getting Started with Windows Server 2019
Published: at 08:36 AMA guide to getting started with Windows Server 2019, including setting up user accounts, an IIS web server, and adding a static website.
Elgato on Archlinux
Published: at 08:34 AMGuide on setting up the Elgato Streamdeck on Arch Linux, including installing necessary packages, configuring the environment, and accessing Elgato devices.
Windows Server 2019 - Scripting and Sharing
Published: at 08:34 AMGuide for scripting tasks and setting up sharing on Windows Server 2019.
Windows Server 2019 - Active Directory Installation
Published: at 08:32 AMStep-by-step guide for installing Active Directory on Windows Server 2019.
Active Directory Setup on Windows Server 2019
Published: at 08:29 AMGuide to setting up Active Directory on Windows Server 2019, including PowerShell commands for OU management.
Installing Docker on Windows Server 2019
Published: at 08:29 AMGuide to installing Docker on Windows Server 2019, both via OneGet and manual download methods.
Theseus OS
Published: at 08:29 AMTheseus is a new OS written from scratch in Rust to experiment with novel OS structure, better state management, and how to leverage intralingual design principles to shift OS responsibilities like resource management into the compiler.
sysunixlog
Published: at 10:59 AMThis is a simple Rust program that demonstrates how to log a message to the system log on a Linux-based system using the syslog crate.
Simple Linux OS
Published: at 08:59 AMDeveloped as a successor to the original Linux Kernal and Busybox based operating system.
Powerful ChatGPT Desktop Application
Published: at 12:59 PMDeveloped as a successor to the original ChatGPT desktop application concept, gpt.rs brings a host of new features and improvements, ensuring a seamless and efficient user experience.
File Monitoring using eBPF
Published: at 10:02 PMThis utility alerts you instantly whenever changes occur in your files, ensuring you're always in the loop.
Journey into eBPF
Published: at 06:07 PMDynamically programming of the Linux kernel to perform a variety of tasks efficiently.
Welcome!
Published: at 08:12 PMwelcome blog!
🦀 rusty install
Published: at 08:12 PMinstallation of rust in windows/linux/mac.