cozystack
cozystack copied to clipboard
Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
I would use the 4 pcs Mixtile Cluster Box with 4 nodes peer cluster, each equipped with an octa-core 64-bit processor, supporting a maximum of 32GB RAM and 256GB eMMC...
During cluster setup user have to upload `secrets.yaml` and `cluster.conf` into Kubernetes. eg: ```bash kubectl create secret generic -n cozy-system cozy-talos-bootstrap --from-file secrets.yaml --from-file cluster.conf ``` This will start a...
Request from the community: - Run two vmagents instead of one for high availability. - Also consider using multiple vminserts: 
List of tests we run manually **phase1:** - Create three VMs with Talos - Deploy Kubernetes on them - Apply `cozystack.yaml` - `kubectl get hr -A` - should return all...
Add oportunity to run Cluckhouse clusters. Consider using [Altinity](https://github.com/Altinity/clickhouse-operator) for that - [x] Collect user stories - [x] Check technical requirements - [x] Bring operator to cozystack - [x] Design...
Add the oportunity to run Apache Kafka clusters. Consider using Consider using [strimzi-kafka-operator](https://github.com/strimzi/strimzi-kafka-operator) for that - [x] Collect user stories - [x] Check technical requirements - [x] Bring operator to...
Describe how to create encrypted volumes using LINSTOR
Our main engine is FluxCD, which everyone is satisfied with, as it handles its tasks excellently. Roughly speaking, there are two tasks: 1. Bootstrap the initial cluster: - Run migrations...
We need a mechanism for specifying flavors per tenant to use for creating MachineDeployments. A design required fist, then implementation.
example: ``` # kubectl get hr -A -n cozy-dashboard dashboard NAMESPACE NAME AGE READY STATUS cozy-dashboard dashboard 15m False install retries exhausted ``` ``` kubectl describe hr -n cozy-dashboard dashboard...