checking URLs with curl
since CURL can output useful metrics, such as request time, number of redirects, post-redirect url, etc.. a simple but effective check can be made with a »
Helm 2.x is using a server component (Tiller) deployed in Kubernetes cluster, which "interacts directly with the Kubernetes API server to install, upgrade, query, and »
Rancher 'n KIND - running Rancher with ephemeral K8s cluster for local testing. If you'd like to experiment with Rancher and K8s in local dev environment, »
Recently, I've setup an internal Keycloak (an open source Identity and Access Management) instance to manage user (and application) access to K8s cluster. One could certainly »
While working with multiple Kubernetes clusters, I came across an annoyance of being unable to reach some of cluster's API endpoints directly from my workstation. Some »
K8s-native CronJobs are quite convenient to run regularly scheduled tasks. But K8s CronJob and Job specs does not provide a straight-forward way (at least not that »
since CURL can output useful metrics, such as request time, number of redirects, post-redirect url, etc.. a simple but effective check can be made with a »