observability-workshop icon indicating copy to clipboard operation
observability-workshop copied to clipboard

Local deployment

Open ukinimod opened this issue 1 year ago • 2 comments

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

ukinimod avatar Mar 10 '23 15:03 ukinimod

@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 avatar Mar 13 '23 16:03 ukinimod

@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

lieberlois avatar Mar 13 '23 21:03 lieberlois