Explore >> Select a destination


You are here

martinheinz.dev
| | jreypo.io
1.2 parsecs away

Travel
| | In the article about Kubernetes on ACS I briefly touched the topic of Kubernetes Ingress, originally I was going to made a post about Ingress however I thought it woud be better to explain the different methods to expose a Kubernetes based app and how are they implemented on Azure.
| | portainer.github.io
1.4 parsecs away

Travel
| | How to deploy Portainer inside a Kubernetes environment.
| | managing.blue
2.0 parsecs away

Travel
| | dexidp.io contains valueable information on how to configure and run DexIdp, but even though they provide a docker container, there is scarce information on how to configure and run it. So let's create a DexIdp deployment in a Docker Desktop kubectl create deployment dexidp --image dexidp/dex We see from the Dockerfile that dex is being...
| | www.davidxia.com
13.6 parsecs away

Travel
| How to Expose a Localhost-only Endpoint on GKE April 13, 2020 | By David Xia In my previous post I wrote about how to load test GKE Workload Identity. In this ...