In this blog I will show how to use NSX-ALB (Avi) for Tanzu Kubernetes Clusters (TKC) as an Ingress and a Load Balancer in a vSphere with Tanzu environment on top of NSX-TI am running vSphere 7U1 with NSX-T 3.1. The main motivation for this exercise is to provide an Ingress Controller for TKCs. TodayContinue reading “Tanzu Kubernetes Cluster Ingress with NSX-ALB”
Tag Archives: tanzu
Pimp Your Terminal for Kubernetes
In this blog i will list some of the tools that could pimp your Mac terminal for Kubernetes iTerm2https://www.iterm2.com/features.htmlIt simply better terminal with better tabs and windows management than Mac default terminal. Oh My ZSHhttps://ohmyz.sh/it replaces bash! it makes plugin installations and aliases easier. Kube-PS1https://github.com/jonmosco/kube-ps1kube-ps1 will show the cluster and namespace you are in onContinue reading “Pimp Your Terminal for Kubernetes”
Kubernetes Infrastructure
Kubernetes (K8s) is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available. Source: https://kubernetes.io K8s take very good care of the applications that run on top it, but the infrastructure isContinue reading “Kubernetes Infrastructure”