Thenewtonlab

One cloud consultants building journey

Thenewtonlab

One cloud consultants building journey

Kubernetes

My go to Kubernetes tools

After working with the popular and still growing container management platform, I’ve had the opportunity to use several different management tools. Here’s my current favorites. OpenLens A GUI and open source K8s management tool. Works well with a small number of clusters (10 clusters can be added/pinned to the “hotbar”). This tool has the ability […]

What I’ve learn working with EKS and Kubernetes RBAC

RBAC or Role-based Access Control, is a key feature of Kubernetes (a.k.a. k8s) that provides access control by roles and role bindings. A role will be defined with a set of api_groups (“” for default, “apps”, “autoscaling”, “batch”, “extensions”, “networking.k8s.io”, “authentication.k8s.io”,”storage.k8s.io”,”certificates.k8s.io), resources (pods, deployments, namespaces, secrets, persistentvolumes, configmaps, nodes), and vebs (create, get, delete, list, […]

Scroll to top