January 2018
Intermediate to advanced
318 pages
7h 6m
English
Now it is time to launch another Apache project, Kafka:
$ kubectl apply -f kubernetes/kafka/kafka.yml
At this point we should double-check that all of the pods we have launched are running. To do this, run the following:
$ kubectl -n openwhisk get pods
You should see pods for couchdb, redis, apigateway, zookeeper, and kafka, all running with no restarts logged and 1/1 in the READY column:

Read now
Unlock full access