Antrea is a Kubernetes networking solution intended to be Kubernetes native. It operates at Layer3/4 to provide networking and security services for a Kubernetes cluster, leveraging Open vSwitch as the networking data plane. Open vSwitch is a widely adopted high-performance programmable virtual switch; Antrea leverages it to implement Pod networking and security features. For instance, Open vSwitch enables AntreaContinue reading “Deploying Antrea on Mac with Octant Plugin”
Tag Archives: mac
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”