Learn how to use YAML, one of the most popular data serialization languages that finds its uses almost everywhere where writing configuration is required.| Spacelift
What is a Kubernetes cluster in simple terms? See the foundation of K8s operations and the components of the master node and worker nodes.| Spacelift
Now that the Kubernetes integration is initially available learn how to complete the deployment of an EKS cluster via Terraform with Spacelift!| Spacelift
Follow the best practices for Kubernetes listed in this article for painless and efficient maintenance of your K8s cluster in production.| Spacelift
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.| Kubernetes
Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.| Kubernetes