patch-operator
kops
patch-operator | kops | |
---|---|---|
1 | 49 | |
114 | 16,038 | |
0.0% | 0.3% | |
3.9 | 9.9 | |
6 months ago | 3 days ago | |
Go | 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.
patch-operator
-
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
-
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.
-
How to Deploy and Scale Strapi on a Kubernetes Cluster 1/2
kOps with your own instances.
-
💡Hosted ETCD aaS
Companies run their own clusters (sometimes for cost reasons), using tools like kops, and kubeadm to set up their own clusters.
What are some alternatives?
namespace-configuration-operator - The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
kubespray - Deploy a Production Ready Kubernetes Cluster
keepalived-operator - An operator to manage VIPs backed by keepalived
k3s - Lightweight Kubernetes
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.
cluster-api - Home for Cluster API, a subproject of sig-cluster-lifecycle
dynamic-rbac-operator
rancher - Complete container management platform
egressip-ipam-operator - egressip-ipam-operator
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.