I installed minikube in my Mac, and I noticed that kubectl is unable to connect to it while my Mac in on VPN (Cisco Anyconnect). $ kubectl cluster-infoKubernetes master is running at https://192.168.99.100:8443To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.Unable to connect to the server: dial tcp 192.168.99.100:8443: i/o timeout Here are … Continue reading kubectl unable to connect minikube on VPN
Jira Project Key Query Page
Similar to the Confluence Project Key Query Page, I created another page for querying the Jira Project Key. As the script sends a cross domain request from Confluence to Jira, the CORS has to be configured in Jira to allow it. This is how it looks, and here is source code.
Jira and Confluence Performance Monitoring Part Two
Continue with Jira and Confluence Performance Monitoring Part One, in this article I will explain a bit deeper how the Bot works which is most interesting part I think. First of all, you need to have a Bot that is hooked to your Slack. I wrote my own Bot based on Hubot (Nodejs Express Framework). When … Continue reading Jira and Confluence Performance Monitoring Part Two
HTTP Code 499
Http status code 499 is a non-standard status code introduced by nginx for the case when a client closes the connection while nginx is processing the request. I just encountered the 499 code in the nginx log a couple days ago. The reason of that is I wrote a Ajax to make a API call to the … Continue reading HTTP Code 499
Confluence Space Key Check Page
We have a request type in Jira service desk that allows user to request a new Confluence Space. To let the user find a available Space key, I created a Confluence page (with some javascript codes) where user can type their preferred key and check whether it has been used. This is how it looks … Continue reading Confluence Space Key Check Page

