Category: DevOps
Articles on The Latest DevOps Technologies
Mistral Docker build failing with Backend Unavailable error
Issue Recently I faced challenges when building mistral docker image. Below is the stack trace. Solution After doing some research, I am […]
How to Add Custom Actions in Mistral
Introduction Mistral is a workflow service and part of OpenStack, a free open standard cloud computing platform. Mistral provides APIs and tools […]
AWS Simple Failover Setup using Elastic IP
Introduction Failover is a common technique used by high availability services. In this setup, 2 systems are set, primary and secondary. When […]
How to configure Tomcat with SSL Support
Introduction Apache Tomcat is the opensource implementation of web server specifically designed to run Java Servlets and JSP pages. In this article, […]
How to generate CSR and private key for SSL certificates
Introduction To get SSL certificate from certificate authority, CSR (Certificate Signing Request) and private key are required. In this small tutorial, we […]