we’re developing a starter NodeJS server and deploying it to a K8s cluster, then building the image from docker and deploying it to the Kubernetes cluster.
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
Injecting configuration to containerized application is a crucial requirement there is applications that don't accept customization that alter its behavior
Kubernetes Patterns, environmental variables declaration and configuration pattern, which enables you to change variables without having to redeploy your app.
Reflection is a concept that is available in most programming languages. It refers to the ability of an object to reveal important information about itself