Explore >> Select a destination


You are here

benbrougher.tech
| | www.learnitguide.net
3.0 parsecs away

Travel
| | kubernetes yaml file examples, create kubernetes deployment examples, create kubernetes service examples, create kubernetes pods examples, create yaml
| | markheath.net
1.5 parsecs away

Travel
| | Mark Heath's Development Blog
| | blog.willemmelching.nl
1.1 parsecs away

Travel
| | Using Kubernetes for a small startup adds some complexity, but also has many advantages such as scaling and easy CI/CD. In this post we'll explore a simple AKS Kubernetes setup on Azure using Terraform serving a static page over HTTPS.
| | managing.blue
34.1 parsecs away

Travel
| While creating a Deployment earlier today, I faced a weird situation where a specific environment variable that was held as a Secret, was not being set. I tried deleting and recreating the secret, with no success. Mind you this was a long YAML with volumes, volumeMounts, ConfigMaps as enviroment variables, lots of lines. In the...