Posts tagged with “kubernetes

8 posts found

k9s - My Favorite Kubernetes Tool

Replace endless kubectl commands with a terminal UI that makes Kubernetes management intuitive. Learn how k9s turns complex cluster operations into simple keyboard shortcuts, from viewing logs to navigating resources with ease.

509 words · 3 min read

Kubernetes with Java - Introduction

Build Spring Boot applications that interact with Kubernetes APIs to extract deployment metadata and create custom views. Learn how to initialize the K8s API client and transform cluster data into team and application listings.

1,331 words · 7 min read