rguske / my-gitalk

Repository for Gitalk comments on my blog https://rguske.github.io
0 stars 0 forks source link

post/vsphere-with-tanzu-supervisor-services-part-i-introduction-and-how-to/ #32

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

vSphere with Tanzu Supervisor Services Part I - Introduction and How-To - Robert Guske

https://rguske.github.io/post/vsphere-with-tanzu-supervisor-services-part-i-introduction-and-how-to/

safodz commented 9 months ago

Hi , Thanks for the nice article much appreciate , about the spherlete VIB I found It is not installed on the ESXI , is it mandatory to have Supervisor clusters with NSX deployment that will install the VIB spherelet as mentioned by VMware or could be manually install the Spherelet VIB in VDS deployments ?

rguske commented 4 months ago

Hi @safodz, thanks a lot for your positive feedback and please apologize that I haven't seen your question. I'm so sorry that I haven't replied. The spherelet is installed after enabling Workload Management, doesn't matter which networking option you've chosen. It's necessary to run the vSphere Pods.

[root@esxi01:~] esxcli software vib list | grep spherelet
spherelet                      2.2.3-22872926                        VMware  VMwareCertified   2024-03-04    host

BR, Robert

kumbalakandy commented 3 months ago

Hi Robert, Thanks a lot for your time to prepare a wonderful document.

What if I am using vSphere with Tanzu without NSX? I know it supported from 8.0 U1. I tried installing MinIO with my setup. Currently only Supervisor Cluster is prepared. No TKC in place.

Br, Abdul Raheed

rguske commented 3 months ago

Hi @kumbalakandy, thanks a lot for your kind feedback. Yes, you can install the Supervisor Services like e.g. the vSAN DPP using the vSphere Networking Stack (VDS + Avi LB). Only non-Supervisor Services applications deployed as vSphere Pods aren't supported using the vSphere Networking Stack. For vDPP check out the Docs

Adamheng commented 3 months ago

Hi Robert,

This is a great post! I have been trying to deploy the supervisor service contour where the supervisor cluster is running on vds and using haproxy. When deploying contour, i keep getting the error relating to certificate which kind of puzzled me.

level=fatal msg="unable to initialize Server dependencies required to start Contour" error="unable to set up controller manager: Get \"https://10.96.0.1:443/api?timeout=32s\": x509: certificate is valid for 192.168.111.200, not 10.96.0.1"

Does it actually supports vds with haproxy as i do not have nsx or avi lb? I'm also running on vsphere 8.

Regards, Adam

rguske commented 3 months ago

Hi @Adamheng, thanks a lot for your feedback. I'm glad that you like the post. I've never seen this issue before and it's been a while that I've used HAProxy in my lab. However, I don't see a reason why your setup shouldn't work. Have you seen KB97170? It's not 100% pointing to your certificate issue but maybe a hint? Let me know.