When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. A ResourceQuota can also limit the quantity of objects that can be created in a namespace by API kind, as well as the total amount of infra...| Kubernetes
Learn how to deploy a lightweight Kubernetes cluster using k3s on Ubuntu 22.04 with OpenTofu & Ansible on Hetzner Cloud and Cilium as the CNI.| developer-friendly.blog
Understand the inner workins of Kubernetes by setting up the components from scratch using Vagrant, VirtualBox, and Ansible on your local machine.| developer-friendly.blog
Learn how to fetch secrets from external sources and create Kubernetes Secret resources using the External Secrets Operator.| developer-friendly.blog
Learn how to automate your TLS certificate retrieval from AWS & Cloudflare in Kubernetes using the cert-manager operator.| developer-friendly.blog
You can host your own runners and customize the environment used to run jobs in your GitHub Actions workflows.| GitHub Docs