Home
Yasassri Ratnayake
Cancel

Push Your Container logs without a Side Car; Example with WSO2 MI, Newrelic and Fluent-Bit

Kubernetes has become the defacto standard for Container orchestration when deploying large-scale applications. It provides an easy abstraction for efficiently managing large-scale containerized ap...

Empowering your Teams; Building an Integration Mashup as a Service with WSO2 MI

In medium-scale to large-scale corporations, there are numerous teams/business-units that operate cohesively yet independently to drive the organization towards its’ goals and objectives. These tea...

Setting up Nexus On Docker

In this post, I will be explaining how to set up a nexus repository with docker. Nexus is an artifact repository which manages software “artifacts” required for the development. If you develop sof...

Manage WSO2 Carbon Applications Remotely.

In this post I’ll introduce you to a Java CLI client that I happened to write to manage WSO2 Carbon Applications. WSO2 Enterprise Integrator (was known as WSO2 ESB) has a mechanism to develop integ...

Exposing Openshift Route with a Loadbalancer.

Openshift is the commercial Kubernetes offering that is built and backed by RedHat. Although the underline runtime of Openshift is Kubernetes there are few differences when it comes to Openshift fr...

Restricting Access to WSO2 Servers

In this post I’ll explain how we can restrict access to WSO2 Carbon console for specific client machines. In WSO2 servers they have an embedded tomcat instance to host the web-apps including the se...

WSO2 APIM Manager on Openshift

In this post I will be explaining how WSO2 products can be deployed on top of Openshift. By the time I was writing this blog I was using Openshift 3.11 and this deployment is hardcoded for MSSQL. ...

Parsing data between Jenkins Jobs

Jenkins is the most widely used CICD/Build tool that’s being used for many software projects. The stability and the extensibility of Jenkins has made it the number one go to tool when doing CICD wo...

Generate Active AWS EC2 Instance Report

When sing AWS for running instance it’s important that we keep an eye on the running instances in-order to manage your cost. In most cases you will forget that you have started an instance to run y...

Create A Jenkins Job with a Groovy Script

In this post I will share some useful groovy code that can be used when creating a Jenkins job using a groovy script, so this groovy script can be used within a declarative pipeline as well if you ...