Magalix presents Kubernetes patterns series of articles, we have aggregated all of our kubernetes patterns 101 articles to help community in their journey building their cloud-native stack.
The Microservices pattern that cloud-native apps follow makes systems highly distributed one. so monitoring, and logging need to be approached differently.
Scaling means adapting your infrastructure to new load conditions. If you have more load, you scale up to enable the environment to respond swiftly/on-time
An operator is a program that runs on a Pod and remains in constant connection with the API server. An operator deals with Custom Resource Definitions.