Kubernetes34 recipes

Running on Kubernetes or k8s-adjacent tooling

fluentdXMLintermediate
Resolving Fluentd Log Unreadable Warnings in Kubernetes

This article addresses common issues with Fluentd log unreadable warnings in a Kubernetes environment and provides a sample configuration.

hashicorp-consulHCLintermediate
Registering Vault as a Service in Consul on Kubernetes

This guide explains how to register Vault as a service in Consul when both are running as pods in a Kubernetes environment.

mediasoupMARKDOWNintermediate
Dynamic Game Server Configuration with Mediasoup on AWS EKS

This article explores the challenges and solutions for configuring dynamic game servers using Mediasoup on AWS EKS, focusing on UDP traffic management.

hashicorp-boundaryBashintermediate
Troubleshooting Boundary Authentication and Connection Issues

This article outlines the process of authenticating with Boundary and troubleshooting connection errors when accessing target instances.

open-policy-agentYAMLintermediate
Configuring Open Policy Agent as a Kubernetes Sidecar

This guide outlines the steps to set up Open Policy Agent (OPA) as a sidecar in a Kubernetes environment, utilizing a configuration file stored in a ConfigMap.

open-policy-agentREGOintermediate
Configuring Open Policy Agent for Dynamic Pod Distribution in Federated Kubernetes Clusters

This article outlines how to leverage Open Policy Agent (OPA) to dynamically distribute pods across multiple clusters in a federated Kubernetes setup.

helmYAMLintermediate
Setting Up a Beta Environment in Kubernetes with NGINX Ingress

This article outlines the process of creating a beta environment in a Kubernetes cluster using NGINX Ingress, including troubleshooting common errors.

helmGObeginner
Combining Variables in Helm Templates

Learn how to dynamically concatenate variables in Helm templates using Go template syntax for flexible deployments.

helmBashbeginner
Deploying SonarQube with Helm on Minikube: Troubleshooting CreateContainerConfigError

This article guides you through deploying SonarQube using Helm in a Minikube environment and addresses common issues like CreateContainerConfigError.

helmBashbeginner
Resolving Helm List Permission Issues in Kubernetes

This article addresses a common permission error encountered when using Helm with Kubernetes, specifically related to configmap access.

helmBashbeginner
Resolving Helm Installation Errors: The --name Flag Issue

This article addresses the common error encountered when using the --name flag with Helm v3 and provides solutions for proper chart installation.

helmBashintermediate
Resolving Helm Upgrade Stuck in Pending State

Learn how to troubleshoot and resolve issues when a Helm upgrade is stuck in the 'pending-upgrade' state due to ongoing operations.

helmYAMLintermediate
Using Local Environment Variables in Helm Charts

Learn how to securely pass local environment variables to your Helm deployments, keeping sensitive information hidden.

prometheusYAMLintermediate
Integrating Custom Applications with Prometheus Operator in Kubernetes

This guide explains how to configure the Prometheus Operator to monitor a custom application, using GitLab Runner as an example.

prometheusBashintermediate
Installing a Specific Version of Prometheus Using Helm

This guide explains how to install a specific version of Prometheus using Helm, addressing common issues encountered during the process.

prometheusYAMLintermediate
Configuring Tiller Permissions for ServiceMonitor in Prometheus

This article explains how to verify and adjust permissions for the Tiller service account to enable the creation of ServiceMonitor resources in a Kubernetes environment.

pfsenseYAMLintermediate
Troubleshooting DNS Resolution Issues in GitLab CI with Kaniko on Kubernetes Behind pfSense

This article addresses common DNS resolution problems encountered by GitLab CI runners using Kaniko in a Kubernetes environment, particularly when behind a pfSense firewall.

linkerdYAMLintermediate
Configuring Failure Accrual Circuit Breaking in Linkerd

Learn how to set up failure accrual circuit breaking in Linkerd and troubleshoot common issues like CrashLoopBackOff.

linkerdYAMLintermediate
Troubleshooting Pod Visibility Issues in Linkerd

This article addresses common issues related to pod visibility in Kubernetes when using Linkerd, along with configuration examples.

linkerdYAMLintermediate
Configuring Linkerd with Helm, Flux, and Cert-Manager for TLS Management

This guide outlines the steps to install Linkerd using Helm and Flux, integrating Cert-Manager for automated TLS certificate management.

rabbitmqBashintermediate
Troubleshooting RabbitMQ Pod Restart Issues in Kubernetes

This guide addresses common issues with RabbitMQ pods in Kubernetes, particularly focusing on Mnesia table errors that lead to pod restarts.

falcoBashintermediate
Updating Specific Files in a Kubernetes ConfigMap for Falco

Learn how to update a specific file in a Kubernetes ConfigMap for your Falco deployment without affecting other configuration files.

drone-ciYAMLintermediate
Configuring Kubernetes CronJobs with Google Cloud Credentials

Learn how to set up Kubernetes CronJobs on GKE that securely access Google Cloud resources using service account credentials.

argo-cdYAMLintermediate
Resolving Missing server.secretkey in Argo CD After Restart

This article addresses the issue of Argo CD failing to load due to a missing server.secretkey after a restart, providing steps to resolve it.