Azure by Cleo

Kubernetes Tools

This set lists a couple of useful tools for Kubernetes.

...see more

K9s provides a terminal UI to interact with your Kubernetes clusters. This project aims to make it easier to navigate, observe, and manage your applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.

K9s - Manage Your Kubernetes Clusters In Style (k9scli.io)

 

...see more

Octant is an open-source developer-centric web interface for Kubernetes that lets you inspect a Kubernetes cluster and its applications.

Website: Octant

...see more

Provide the requirements of your AKS deployment to generate the assets to create a fully operational environment, incorporating best-practices guidance.

...see more

PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.

Download PuTTY: latest release (0.76) (greenend.org.uk)

...see more

The cost of a typical application hack in today's modern world is high, and traditional WAFs don’t always work. This webinar details how you can better secure your Kubernetes apps with NGINX.

Watch it On Demand: Secure Your Kubernetes Apps from Attacks with NGINX - NGINX

...see more

KEDA (or, Kubernetes Event-Driven Autoscaling) is a Kubernetes-based event-driven auto-scaler for Pods. With KEDA, we can scale out our application easily and then scale back to 0 which is not possible when it comes to the default HPA (Horizontal Pod Autoscaler) of Kubernetes.

KEDA Architecture diagram

Read more at Scale your Apps using KEDA in Kubernetes

Comments