TIL: Docker and Kubernetes Tools - Whaler, Descheduler, and Dive

Today I discovered three powerful tools for container management: Whaler for reverse-engineering Dockerfiles, Kubernetes Descheduler for pod optimization, and Dive for Docker image analysis.

March 18, 2021 路 2 min

TIL: Linux Internals, Docker Networking, and Selenium Configuration

TIL 2020-11-02 How Linux Works by No Starch Press - Comprehensive book on Linux internals and system administration fundamentals. Docker Networking - Docker images can by default reach any server that the host can access, important for security considerations. Selenium Chrome Configuration - When running selenium/standalone-chrome, ensure Docker proxy configuration allows access to required pages. Docker Proxy Setup - Proxy configuration is crucial for containerized applications to reach external resources correctly. ...

November 2, 2020 路 1 min

TIL: X11 Window System, Netflix Conductor, Selenium Docker, and System Telemetry

TIL 2020-08-20 Explanations on the X11 Window System and Protocol - Comprehensive guide to understanding X11 architecture and protocols. Netflix Conductor Workflows - Microservices orchestration engine for running distributed workflows. Running Selenium Tests on Docker Containers - Guide to containerizing Selenium test automation. Telemetry in Linux and BSD - Discussion on the importance of system telemetry and monitoring.

August 20, 2020 路 1 min

TIL: Docker Networking Deep Dive, Julia Evans' Systems Knowledge, and Kubernetes from the Ground Up

Today I learned about Docker graph drivers and container networking, Julia Evans' excellent systems programming explanations, and comprehensive Kubernetes architecture through Kamal Marhubi's ground-up approach.

July 30, 2020 路 9 min