Crossplane: Introduction to External Resource Management with Kubernetes.
Think about the possibility of being able to orchestrate any process in the cloud. Encapsulate policies, permissions, and other protections behind a custom API thread.
Gitops: Gitops: Using Git as the Sole Source of Truth for Infrastructure.
Imagine the possibility of having a true reference point for your infrastructure and being able to version it. In this article, I'll show you how it's possible to ensure a source of truth for your infrastructure using GitOps.
Services: How Kubernetes exposes your application.
Pods are ephemeral resources, meaning you shouldn't expect individual pods to be reliable and long-lasting. Each pod gets its own IP address, so for a given deployment in your cluster, the set of pods running at any given time may differ from the set of pods running for that application a moment later. Thus, how can I ensure consistent connection among the pods in my cluster?
Umbrella Charts: Creating high-level charts to export global settings.
Umbrella charts offer various functionalities. In this article, we'll delve into the strategy of maintaining a Helm umbrella chart to manage multiple environments.