shlogg 路 Early preview
Daniel Pepuho @danielcristho

Exploring Distributed Systems, Cloud Technologies 鈽侊笍, Open Source Projects 馃煝, and Python Automation 馃悕

Understanding Kubernetes Objects: Pods, Services, Volumes & Namespaces

In Kubernetes, objects like Pods, Services & Volumes represent a record of intent, declaring desired state for the cluster. Pods group containers sharing storage & networking, while Services abstract microservices & provide stable interfaces.

Setting Up Local Kubernetes With K3D And Deploying Apps With ArgoCD

Setting up a local cluster with K3D & deploying apps with ArgoCD in 4 easy steps: Install K3D, deploy ArgoCD, configure it for your cluster, and verify app deployment.

Kubernetes Monitoring Tools: K3D With Octant Vs Kubernetes Dashboard

Kubernetes Dashboard and Octant compared for monitoring K3D clusters: Dashboard requires deployment, access via web proxy, partial real-time updates; Octant is local, easy to set up, full real-time updates.

Awesome Cloud Computing & Cyber Security Projects For Beginners

Contributing to Hacktoberfest as a maintainer! I'm working on "Awesome Projects" in Cloud Computing & Cyber Security. Beginners welcome! Check out TzuriLabs and contribute today!

Understanding Containers In Kubernetes: A Comprehensive Guide

Kubernetes & containers are inseparable. Understanding containers is key to managing containerized apps in Kubernetes, optimizing resource usage & ensuring isolation & failure recovery.