We have deployed Sentry Helm chart in Kubernetes and have a couple of questions :
After installing Sentry we need to login to the UI and do some manual configuration, is there a way we can automate this by editing a config file or using the API ?
We have out of cluster nodes running in virtual machines that are in the same VPC with our kubernetes cluster, How do they connect to Sentry inside the cluster ? Do you setup a service type NodePort , internal Load Balancer , Ingress or something else ?
These seems pretty specific to your situation, right? You can do whatever works for you
Not really, there are plenty of companies migrating their services to Kubernetes and the migration usually doesn’t happen all at once but you have services running in VMs in the same subnet outside of the Kubernetes cluster.
Right, but you’re asking an implementation detail of your setup. All of what you mentioned would work technically. Which you choose to use are depending on understanding the correct tradeoffs for your situation.