Daily DevOps Interview Questions Day #76
Daily Interview Questions for SRE and DevOps engineers
Question of the day:
Your team built a data pipeline: a Kafka cluster running in a self-managed Kubernetes cluster on EC2 (you're evaluating different Kubernetes distributions), and AWS Lambda functions that need to consume messages from it.
The setup:
Kafka cluster: Running in Kubernetes on EC2 nodes
Lambda function: Needs to consume messages from Kafka topics
VPC: Kubernetes cluster is in a private VPC


