drone-on-k8s
kind
drone-on-k8s | kind | |
---|---|---|
1 | 205 | |
6 | 13,736 | |
- | 1.4% | |
0.0 | 9.2 | |
over 2 years ago | 2 days ago | |
Shell | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
drone-on-k8s
-
Continuous Integration with Drone on Kubernetes
The accompanying code for this blog i.e. the demo sources is available on my GitHub repo. Let us clone the same on to our machine,
kind
-
Streamline Your Kubernetes Deployments with kubectl-envsubst
You can use a Kind cluster for testing. If you haven’t installed it yet, check out the Kind installation guide.
-
Building a Kubernetes Operator | A Practical Guide
Next you will need to have access to a Kubernetes cluster but for development purposes I would advise you use a local cluster from tools like Minikube or Kind. You can visit their websites for the installation steps.
-
From Zero to Observability: Your first steps sending OpenTelemetry data to an Observability backend
Any Kubernetes cluster 1.24+ + Kubectl configured (for this guide, I’m using an EKS. But Minikube/Kind is also welcome)
-
Securing Applications Using Keycloak's Helm Chart
Kubernetes cluster: You need a running Kubernetes cluster that supports persistent volumes. You can use a local cluster, like kind or Minikube, or a cloud-based solution, like GKE%20orEKS or EKS. The cluster should expose ports 80 (HTTP) and 443 (HTTPS) for external access. Persistent storage should be configured to retain Keycloak data (e.g., user credentials, sessions) across restarts.
-
Testing in KinD: Using Testkube with Kubernetes in Docker
As the name suggests, Kubernetes in Docker, KinD allows you to run Kubernetes clusters locally using Docker. Each Kubernetes node is represented by a Docker container, which uses Docker’s underlying networking and storage capabilities to simulate a realistic Kubernetes setup.
-
Secure Your Kubernetes Applications with Self-Signed Certificates
We can leverage Kind’s extraPortMapping config option when creating a cluster to forward ports from the host to an ingress controller running on a node.
-
Docker Desktop Alternative
You should check out https://kind.sigs.k8s.io/ and https://k0sproject.io
-
Kubectl Apply vs. Create: Understanding the Difference
First, make sure that you have a Kubernetes cluster up and running. If you don’t have a cluster, go ahead and install kind or minikube to get access to a local Kubernetes cluster.
- SREBench Competition
-
How to Reproduce Kubernetes Node-pressure Eviction Locally
Now, I need to reproduce this issue. The key point is that since these two types of Evictions behave differently, I cannot use kubectl drain or similar commands to reproduce the scenario. I need to specifically create a Node-pressure Eviction. However, I don't have a cluster to use; I do all my development on my personal computer, making it difficult to reproduce the issue. When developing Kubernetes applications locally, most people use minikube, kind, or k3d. Since I need a multi-node environment, minikube is excluded. Although it now supports multiple nodes, it's still more commonly used for single-node scenarios. Both kind and k3d use Docker containers as Kubernetes nodes. My operating system is Linux Mint, and Docker runs natively, unlike macOS where Docker runs in a virtual machine. Because the resources (memory, disk, etc.) are shared between Docker and my local machine, if I do create a Node-pressure scenario, my computer might become unusable.
What are some alternatives?
drone-k8s-quickstart
minikube - Run Kubernetes locally
k8s-WASM-demo - PoC created to measure the performance provided by WASM
k3d - Little helper to run CNCF's k3s in Docker
k3d-action - A GitHub Action to run lightweight ephemeral Kubernetes clusters during workflow. Fundamental advantage of this action is a full customization of embedded k3s clusters. In addition, it provides a private image registry and multi-cluster support.
colima - Container runtimes on macOS (and Linux) with minimal setup
kubernetes - Production-Grade Container Scheduling and Management
vcluster - vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
kubernetes-conjur-demo - Demo application for Conjur Kubernetes integration
k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!
HomeBrew - 🍺 The missing package manager for macOS (or Linux)
lima - Linux virtual machines, with a focus on running containers