feature-creeps / observability-workshop

Apache License 2.0
33 stars 7 forks source link

Local deployment #110

Open ukinimod opened 1 year ago

ukinimod commented 1 year ago

I as a developer want to be able to deploy dima to a local k8s cluster to speed up development time.

ukinimod commented 1 year ago

@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.

lieberlois commented 1 year ago

@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