You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to set up druid-operator in minikube (for now) which is running on an EC2.
Here's what I have done:
cd druid-operator
git checkout -b v1.0.0 v1.0.0
k create ns druid-ns
k config set-context --current --namespace=druid-ns
k create -f deploy/service_account.yaml
k create -f deploy/role.yaml
k create -f deploy/role_binding.yaml
k create -f deploy/crds/druid.apache.org_druids.yaml
k create -f deploy/operator.yaml
# k apply -f examples/tiny-cluster-zk.yaml
k apply -f examples/tiny-cluster.yaml
Okay, looks like the issue was with the SG attached to the EC2.
However, I'd be interested in understanding why the router service doesn't come when using the getting_started.md instruction.
Oh okay, I tried using the e2e/config but I am still struggling. If it's not a lot of effort, could you give me the steps on a high level how I can deploy a druid operator (with router) on, say GKE. As in what configs would I need to apply , or do I need to write my own CRD.
Thanks a lot!
Hi, I am trying to set up
druid-operator
in minikube (for now) which is running on an EC2.Here's what I have done:
I initially started with https://github.com/datainfrahq/druid-operator/blob/master/docs/getting_started.md but that was not bringing up all the services for me but the above did.
Now I wish to access the web console.
Here's the output of
k get all
:I tried running:
And then tried to access the console using http://ec2-public-ip:8888 but that did not work.
I am pretty sure I'm doing something wrong but I am a k8s beginner so any help would be really great.
The text was updated successfully, but these errors were encountered: