Helloooo! Lately I've been getting a lot of requests from customers on how they can leverage NSX-ALB to specify a Static IP Address on their L7 Ingress Objects in a Kubernetes based environment. So I decided to deep dive into it. It's no secret that you can specify a preferred Static IP Address for L4 … Continue reading How to specify a Static IP Address on Kubernetes Ingress Objects with NSX-ALB (Avi)
Tag: TKG
TKG/TCE – Quick Tip – How to SSH easily into your TKG/TCE Nodes using SSH Public Key Authentication
Hi! Lately I've been playing around with TKG & TCE a bit. If you've deployed TKG/TCE Clusters yourself too, you know that at some point you needed to provide an SSH key-pair so you could easily access the TKG/TCE Nodes afterwards. But how exactly? You need to use the 'capv' user and your SSH key … Continue reading TKG/TCE – Quick Tip – How to SSH easily into your TKG/TCE Nodes using SSH Public Key Authentication
TCE – How to deploy a Standalone Cluster on vSphere 7
Hellooo again! After the easy setup of TCE (see my blogpost here) it's time to deploy a simple small development Tanzu Standalone Cluster on vSphere. Let's do this! My Setup? My Setup looks as follows: vCenter 7.0.2Intel NUC NUC10i5FNH ESXi 7.0.1 with 8 Logical CPUs & 32 GB RAMMacBook Pro (x86; not M1) as Bootstrap … Continue reading TCE – How to deploy a Standalone Cluster on vSphere 7
How to install Nexus Repository OSS on CentOS 7
Hi! Today I wanted to share some simple installation steps on installing Nexus Repository OSS on CentOS 7. Nexus Repository OSS is a free, open source artifact repository with universal format support provided by Sonatype. More information can be found here. Goal In my case I want to configure a Proxy Repository for Docker Container … Continue reading How to install Nexus Repository OSS on CentOS 7