A generic development environment for remote development.
Or, you may use the GitHub Codespaces instead of Visual Studio Code running on your local machine.
You may use devbox add
command to add pkgs from https://www.nixhub.io/
.
Or, checkout taskfiles/_env.yml
and make changes as needed.
Docker should be already up and running. You may use docker
or docker-compose
commands to manage the containers.
Minikube can be started using task k8s:up
command. This will start a minikube cluster and create tunnel to access the services with type LoadBalancer
.