Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Getting started but no resources created? #339

Open
scheung38 opened this issue Jan 1, 2021 · 0 comments
Open

[Question] Getting started but no resources created? #339

scheung38 opened this issue Jan 1, 2021 · 0 comments

Comments

@scheung38
Copy link

scheung38 commented Jan 1, 2021

After forking and without making any changes:

Getting started
"We suggest you apply -f manifests in the following order:"

namespace
./rbac-namespace-default
./zookeeper
./kafka

which I did in the recommended order with my Rancher provisioned K8s via rke up (using Digital Ocean droplets)

kubectl apply -f 00-namespace.yml
namespace/kafka created

kubectl apply -f rbac-namespace-default
clusterrole.rbac.authorization.k8s.io/node-reader created
clusterrolebinding.rbac.authorization.k8s.io/kafka-node-reader created
role.rbac.authorization.k8s.io/pod-labler created
rolebinding.rbac.authorization.k8s.io/kafka-pod-labler created

kubectl apply -f zookeeper
configmap/zookeeper-config created
service/pzoo created
service/zoo created
service/zookeeper created
statefulset.apps/pzoo created
statefulset.apps/zoo created

kubectl apply -f kafka
configmap/broker-config created
service/kafka created
service/bootstrap created
statefulset.apps/kafka created

But nothing is produced?
kubectl get all -o wide
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
service/kubernetes ClusterIP 10.43.0.1 443/TCP 4d

kubectl cluster-info
Kubernetes control plane is running at https://46.101.XX.XX:6443
CoreDNS is running at https://46.101.XX.XX:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy

What did I forget to perform to get Kafka running on top of K8s cluster? Thanks

@scheung38 scheung38 changed the title [Question] Getting started [Question] Getting started but no resources created? Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant