I have a separate sql server docker running as a independent source from my host project. I want to keep things fairly independent as possible and sharing db instance across project simplifies my setup. Biggest headache – how to access the sql instance from the container. Docker compose: Solution came from this : https://forums.docker.com/t/how-to-access-the-host-machine-in-docker-compose/134949 For […]
Posts Tagged k8s
Kubernetes Dashboard
Jan 4
https://github.com/kubernetes/dashboard https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc7/aio/deploy/recommended.yaml https://stackoverflow.com/questions/49582202/cloning-a-git-repo-in-dockerfile-and-working-off-it https://medium.com/be-tech-with-santander/from-git-to-kubernetes-in-10-minutes-with-argocd-3027a2d5ea62 https://blog.devops.dev/hot-reloading-on-kubernetes-using-git-sync-f5569c6310b5 https://bluexp.netapp.com/blog/cvo-blg-5-types-of-kubernetes-volumes-and-how-to-work-with-them https://itnext.io/how-to-debug-asp-net-core-in-kubernetes-from-visual-studio-2019-1e9d16099d99