Deploying the EFK stack on Kubernetes will be done in the same way as we have deployed our own microservices: using Kubernetes definition files for objects such as deployments, services, and configuration maps.
The deployment of the EFK stack is divided into two parts:
- One part where we deploy Elasticsearch and KibanaÂ
- One part where we deploy Fluentd
But first, we need to build and deploy our own microservices.