imagepullsecret-patcher
A simple Kubernetes client-go application that creates and patches imagePullSecrets to service accounts in all Kubernetes namespaces to allow cluster-wide authenticated access to private container registry. (by titansoft-pte-ltd)
kops
Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management (by kubernetes)
imagepullsecret-patcher | kops | |
---|---|---|
1 | 51 | |
251 | 16,115 | |
- | 0.3% | |
0.0 | 9.9 | |
over 1 year ago | 8 days ago | |
Go | Go | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
imagepullsecret-patcher
Posts with mentions or reviews of imagepullsecret-patcher.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-23.
-
Authenticated Docker Hub image pulls in Kubernetes
TitanSoft's imagepullsecret-patcher is a single-binary solution to replicating and using an image pull secret across all namespaces. It is not actively maintained, but the tool is simple enough that a small team should be able to patch and maintain a fork if needed. If you want to stick to other maintained open source tools, a reasonable solution can also be put together using external secrets operator. If you are operating a cluster at scale, you may already be using this. Red Hat's patch-operator can be used to attach the imported secrets to your service accounts across all namespaces, though there are some quirks to be wary of, due to the lack of a defined patch strategy for imagePullSecrets on service accounts.
kops
Posts with mentions or reviews of kops.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-19.
-
Development Environment Configuration
Container Orchestration Engines: Docker Compose, Docker Swarm, KOps, Minikube
-
Setting Up a Kubernetes Cluster with KOPS
curl -LO https://github.com/kubernetes/kops/releases/download/v1.28.0/kops-linux-amd64 chmod +x kops-linux-amd64 sudo mv kops-linux-amd64 /usr/local/bin/kops
-
Kubernetes Cluster Architecture
kops
-
k8s kops
curl -LO https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64
- CVE-2023-1943: Privilege Escalation in kOps using GCE/GCP Provider in Gossip Mode Issue #15539 kubernetes/kops
-
Authenticated Docker Hub image pulls in Kubernetes
The general problem of patching resource definitions that are not fully under your control has also been recognized for some time. This is true of default resources created and updated by cluster maintenance tools (e.g. kOps), or by public helm charts that you use to install common services and operators (e.g. nginx-ingress, cert-manager, and so on). High quality charts will allow you to override the configuration of important components such as service account references, but some simpler charts offer much less configuration.
-
kubernetes: CA file when deploying via kops
The kops documentation is not very clear about this.
-
Building ClickHouse Cloud from Scratch in a Year
Very fast progress and great article with lots of useful information. I found myself nodding a lot having recently seen GitLab Dedicated https://docs.gitlab.com/ee/subscriptions/gitlab_dedicated/ being developed that had my similar challenges. I wonder what other people think of Kops https://kops.sigs.k8s.io/
- How to backup / snapshot and restore full EKS cluster(s)?
-
EKS vs ECS
note: I work with kube on a daily basis. All current clusters under my care use a managed backplane service though there are a number of small (3+ years-old) clusters that I still keep an eye on that were initialized using kops.
What are some alternatives?
When comparing imagepullsecret-patcher and kops you can also consider the following projects:
patch-operator - An operator to apply patches to Kubernetes objects in a declarative way.
kubespray - Deploy a Production Ready Kubernetes Cluster
Harbor - An open source trusted cloud native registry project that stores, signs, and scans content.
kubeadm - Aggregator for issues filed against kubeadm
kubernetes - Production-Grade Container Scheduling and Management
microk8s - MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.