aws-cloud-map-mcs-controller-for-k8s
K8s controller implementing Multi-Cluster Services API based on AWS Cloud Map. (by aws)
kubernetes-replicator
Kubernetes controller for synchronizing secrets & config maps across namespaces (by mittwald)
aws-cloud-map-mcs-controller-for-k8s | kubernetes-replicator | |
---|---|---|
1 | 3 | |
90 | 936 | |
- | 1.9% | |
5.5 | 6.2 | |
about 1 month ago | 2 months ago | |
Go | Go | |
Apache License 2.0 | 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.
aws-cloud-map-mcs-controller-for-k8s
Posts with mentions or reviews of aws-cloud-map-mcs-controller-for-k8s.
We have used some of these posts to build our list of alternatives
and similar projects.
kubernetes-replicator
Posts with mentions or reviews of kubernetes-replicator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-28.
-
What if your Pods need to trust self-signed certificates?
I've built a small MutatingAdmissionWebhook controller [0] that handles this, via a pod annotation whose value is a secret with `ca.crt` inside, and it uses the (mostly) de facto standard openssl variables to configure the libraries, so that it works across pretty much everything I've tried it with off the shelf.
I build a bundle (though I may just move to trust-manager [1]) and replicate it into all namespaces with kubernetes-replicator [2], and then I can annotate any pod with
[0] https://github.com/microcumulus/ca-injector
[1] https://github.com/cert-manager/trust-manager
[2] https://github.com/mittwald/kubernetes-replicator
-
To anyone hosting in Kubernetes: Do you put all of your apps in one namespace (e.g., default), or one app per namespace?
Whichever way you go, I’ve successfully used this to replicate secrets: https://github.com/mittwald/kubernetes-replicator
- GitHub - mittwald/kubernetes-replicator: Kubernetes controller for synchronizing secrets & config maps across namespaces
What are some alternatives?
When comparing aws-cloud-map-mcs-controller-for-k8s and kubernetes-replicator you can also consider the following projects:
k8s-voting-app-aws - :wheel_of_dharma: Example of a distributed voting app running on Kubernetes. Written in Golang with Terraform definitions to deploy to AWS EKS
KubernetesCRDOperator - A sample about Kubernetes controller which can work with CRD to implement Operator pattern.