· devops
kubernetes project #1
Overview Run a single containerized web app in Kubernetes and access it from your browser: Flow: Browser → Service → Pod → Container This exercise demonstrates...
Overview Run a single containerized web app in Kubernetes and access it from your browser: Flow: Browser → Service → Pod → Container This exercise demonstrates...
Mailspring – A Great Free, Open‑Source Email Client for Linux From my experience, it’s actually the best free, open‑source, and underrated email app on Linux....
Default CMD in the Ubuntu Image The official Ubuntu image defines a default command: dockerfile CMD '/bin/bash' When you run a container and provide arguments,...
Introduction In Kubernetes, while Deployments and Services are the recommended approach for managing applications, there are legitimate scenarios where you mig...