dev/container
10 tips for writing secure, maintainable Dockerfiles | Red Hat Developer
This article provides tips and best practices for creating secure Dockerfiles that are highly maintainable. Like code, Dockerfiles change over time and, therefore, should be written in such a way that makes them easy to update in the future. It is also important that the images that they create are secure and do not contain unnecessary vulnerabilities that increase the attack surface for your a...
CI/CD Pipelines for Kubernetes Using GitLab CI
Learn to set up GitLab CI/CD pipelines for Kubernetes. Automate deployments, manage secrets and use Helm for efficient, scalable application management.
CodeReady Containers for OKD | OKD Kubernetes Platform
CodeReady Containers brings a minimal, single node OKD 4 cluster to your local computer. This cluster provides a minimal environment for development and testing purposes. CodeReady Containers is mainly targeted at running on developers' laptops and desktops.
Create a Single Node OKD (SNO) Cluster with Assisted Installer | OKD Kubernetes Platform
This guide outlines how to run the assisted installer locally then use it to deploy a single node OKD cluster.
GitHub - kubernetes/minikube: Run Kubernetes locally
Run Kubernetes locally. Contribute to kubernetes/minikube development by creating an account on GitHub.
Helm | Docs
Everything you need to know about how the documentation is organized.
Install OKD | OKD Kubernetes Platform
Plan your installation
Installing OpenShift on a single node - Installing on a single node | Installing | OKD 4
To install OKD on a single node, first generate the installation ISO, and then boot the server from the ISO. You can monitor the installation using the openshift-install installation program.
KEDA
Application autoscaling made simple
Kubegres is available as open source
[Kubegres](https://www.kubegres.io) is an open-source Kubernetes operator allowing to deploy a cluster of PostgreSql instances with data replication enabled out-of-the box. …
Launching XTDB v2 — time-travel SQL database to simplify compliance · XTDB
Thursday, 12 June, 2025
MicroK8s - Zero-ops Kubernetes for developers, edge and IoT
MicroK8s is the simplest production-grade conformant K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devOps, great for edge, appliances and IoT. Full high availability Kubernetes with autonomous clusters and distributed storage.
minikube
minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. We proudly focus on helping application developers and new Kubernetes users. 🎉 Latest Release: v1.37.0 - Sep 09, 2025 (changelog) Highlights Supports the latest Kubernetes release (+6 previous minor versions) Supports GPUs for AI development (nvidia, amd, apple) Cross-platform (Linux, macOS, Windows) Deploy as a ...
Openshift/OKD assisted-service/deploy/podman at master · openshift/assisted-service
Contribute to openshift/assisted-service development by creating an account on GitHub.
Openshift/OKD Running 'crc' on a remote server
Running 'crc' on a remote server. GitHub Gist: instantly share code, notes, and snippets.
Openshift/OKD single node install - manually generated discovery ISO · okd-project/okd · Discussion #1235
I am trying to install an OKD single node cluster in a VMware virtual machine on a VMware ESX 7.0.2 host. The VM is 8 vcpu, 32 GB mem, 120 GB root disk. I'm following the instructions to manually g...
Pricing | Edka - one Kubernetes cluster always free
Compare Edka pricing plans. Start with one free Kubernetes cluster. Transparent, predictable costs and zero lock-in. Upgrade as you grow.
Red Hat OpenShift Local | Red Hat Developer
Red Hat OpenShift Local is the quickest way to get started building OpenShift clusters. It is designed to run on a local computer to simplify setup and testing, and to emulate the cloud development
Scaling Kubernetes to 2,500 nodes
Our Dota(opens in a new window) project started out on Kubernetes, and as it scaled, we noticed that fresh Kubernetes nodes often have pods sitting in Pending(opens in a new window) for a long time. The game image is around 17GB, and would often take 30 minutes to pull on a fresh cluster node, so we understood why the Dota container would be Pending for a while — but this was true for other c...
Setting up Argo CD with Helm
January 05, 2021 (Updated: October 27, 2023)
SNO Assisted Installer - Expected the host to boot from disk, but it booted the installation image : r/openshift
Hey! What's happening here is that you started the installation with the Assisted Installer live ISO, which wrote an image to the installation disk. The Assisted Installer then reboots the VM and expects it to boot from that installation disk, but the VM's boot order seems to be misconfigured.
What is Helm in Kubernetes? A complete guide | Glasskube
An in-depth overview of how Helm simplifies Kubernetes application management. Learn about Helm charts, key commands, and best practices in this comprehensive tutorial.
zalando/postgres-operator: Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes - zalando/postgres-operator