Building a Real-world Kubernetes Operator: Part - 2
Introduction
We'll implement our Custom Resources (CR) types and their controllers in this part.
Implementation
Types
SecurityIntent
Let's first start with SecurityIntent CR, the securityintent_types.go file in api/v1alpha1 will be similar to the fol...
anurag-rajawat.hashnode.dev19 min read