Configure Pod readiness with Spring Actuator

Sometime back I worked on adapating a bank’s application runbook using Ansible. Ansible was great it did need any external agents. So we started creating playbooks and deploying applications. But then the automation challange was how do we determine an application is ready ? so that we proceed deployment of... [Read More]
Tags: k8s spring

Running microk8s behind proxy

My work workplace is an enterprise with all kinds of administrative controls. Access to the outside network is restricted and routed via a proxy. Now, one day I thought of doing some POC with microk8s. But the challenge is to get it running on our local box(typically windows). So I... [Read More]