Correct Pod Architecture while using NFS?

8/19/2019

I am using AWS EKS to run Kubernetes Cluster.

In that, I am using AWS EFS for persistent storage to store application logs. I have many applications running and I create a PVC for each application. I need persistent storage for the application logs only. Now, I need these logs in Elasticsearch also. So, I use Filebeat to do so. So, this is my architecture,

Kubernetes Architecture

I just want to get feedback on this architecture. Is this the correct way to do this? What can be the drawbacks of this? How are you sending application logs to ELK in kubernetes?

-- Luv33preet
architecture
aws-eks
elastic-stack
kubernetes
kubernetes-pvc

0 Answers