Configuring the security context of Kafka Connect
Learn how to configure the security context of Kafka Connect pods
#...
kind: KafkaConnect
spec:
template:
pod:
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault