/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

til.simonwillison.net
| | stephennimmo.com
1.5 parsecs away

Travel
| |
| | managing.blue
1.2 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...
| | nsirap.com
1.4 parsecs away

Travel
| | How to get Kubernetes work with Google Docker Container Registry, set read access to the registry
| | devopsian.net
12.0 parsecs away

Travel
| A deep-dive into progressive deployments, specifically Canary, on Kubernetes with Flagger using ingress-controller or a service mesh. How it works? I ran into some pitfalls and wrote about it, so you don't need to solve it too.