Deploy mongoDB (6.0.4) with a helmchart from bitnami. To understand what mongoDB offers, use https://www.mongodb.com/docs/manual/introduction/ When to use a document database instead of relational databases? A document database is a great choice for content management applications such as blogs and video platforms. With a document database, each entity that the application tracks can be stored […]
Kategorie: k8s
k8s registries, nexus/harbor
What registry to choose ? See this collection of links: https://nubenetes.com/registries/#harbor-cloud-native-repository-for-kubernetes Here is a specific comparison of nexus and harbor. Nexus and Harbor are both container image registries used for managing and distributing Docker images. While they share many similarities, they differ in their approach to certain aspects of container image management. Here are the […]
All my k8s clusters
Its piling up… the choices do to test k8s on my mac: Here are some notes about how to install, pros + cons. minikube needs Docker Desktop, minikube container will show up. Can handle PV/PVC. (helm example: https://phoenixnap.com/kb/postgresql-kubernetes) Problems on my 8GB airbook, not starting up properly. kind kind or kubernetes in docker is a […]
Testing cilium on rancher
Cilium, an open source software to provide a network plugin (CNI) for kubernetes, offers a client interface (https://github.com/cilium/cilium-cli) for testing connectivity. Unfortunately, the README.md tells you this client currently does not support the Rancher RKE environment: What now ? Cilium is at the heart of you cluster, once you decided to go for that CNI, […]
One of a kind
kubernetes adapter pattern, try it out on Mac.