|
You are here |
earthly.dev | ||
| | | | |
vadosware.io
|
|
| | | | | I set up statping for a few websites I maintain on my small k8s cluster | |
| | | | |
devopsdirective.com
|
|
| | | | | [AI summary] The article explains how to create a maintenance page for a Kubernetes service using nginx and ConfigMaps without requiring a custom container image. | |
| | | | |
devopsian.net
|
|
| | | | | 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. | |
| | | | |
blogops.mixinet.net
|
|
| | | This post describes how I've put together a simple static content server for kubernetes clusters using a Pod with a persistent volume and multiple containers: an sftp server to manage contents, a web server to publish them with optional access control and another one to run scripts which need access to the volume filesystem. The sftp server runs using MySecureShell, the web server is nginx and the script runner uses the webhook tool to publish endpoints to call them (the calls will come from other Pods t... | ||