observability-workshop
observability-workshop copied to clipboard
Local deployment
I as a developer want to be able to deploy dima to a local k8s cluster to speed up development time.
@lieberlois I created scripts for building and deploying the application locally. I tested this with my local k3s running Kubernetes Version 1.25.6. Also, I deployed the monitoring stack from stack/kubernetes/23_deploy_monitoring with the same configuration as remote. Deploying loki as it is configured now won't work because it uses object storage in GCP. I hope you can pick up from here.
@ukinimod I'm currently trying to get this working on Mac with the M1 chip (arm64 architecture) 😄 I'll notify you once I got it up and running
Edit: Im playing around with colima start --arch x86_64 --cpu 2 --memory 8
but it doesnt quite work yet