Explore >> Select a destination


You are here

rguske.github.io
| | blog.miguelgrinberg.com
2.9 parsecs away

Travel
| | miguelgrinberg.com
| | nodogmablog.bryanhogan.net
3.9 parsecs away

Travel
| | Getting started with .NET and Kubernetes is far from easy. This post and subsequent will hopefully get you going with the basics by building and deploying a simple Web API application first as a single instance. In a later post, I will look at deploying multiple instances.
| | golb.hplar.ch
3.4 parsecs away

Travel
| | [AI summary] This blog post provides a step-by-step guide on setting up a self-hosted Docker registry server on Ubuntu 20.04, including installation, firewall configuration, reverse proxy setup with Nginx, and securing the registry with TLS and basic authentication.
| | managing.blue
15.2 parsecs away

Travel
| [ Yes, headlamp is a better choice for this ] Sometimes when you are working with microk8s, you may want to run the Kubernetes dashboard. We first enable it with microk8s enable dashboard. We assume that we have microk8s enable rbac and microk8s enable metrics-server already. The dashboard pod runs in the kube-system namespace. To...