Hi all,
I’m new to cratedb and I’m trying to install cratedb in a local deployed kubernetes cluster using the crate-operator.
Reading the documentation seems that the operator creates a loadbalancer that exposes cratedb to the external world.
I should like to install cratedb to be only accessible to services inside the kubernetes cluster and that the UI will be accessed through an ingress API server (that manages authentication and authorization).
How can I do this?