spicedb-operator service name
# spicedb
p
Hey folks, I'm a bit of a noob re: SpiceDB operator. is there a way to know the spicedb service name for internal communication within the cluster? The service generated by the operator is something like:
spicedbcluster-spicedb-cluster-XXXXXX
where XXXXX is some identifier. I would like to avoid having to query k8s metadata to know the DNS for the SpiceDB service, do you know an alternative?
e
The service name should always be the same as the
.metadata.name
field of the
SpiceDBCluster
object that created it
are you naming your SpiceDBCluster with a long name like that? Or perhaps using
generateName
on the SpiceDBCluster?
p
metadata.name
is empty 🤦‍♂️ I guess it's autogenerating something bc of that
Thanks so much @ecordell
2 Views