Configure Database Store for Jetty sessions.

I have a kata application, which allows me to be hands-on with various things. This is a web application and sometime back it had the use case of Persisting sessions. The application is a simple webapp running on Jetty, which is configured via the jetty-maven-plugin. Jetty has good support of... [Read More]

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]