by Sathvik Anugu | May 5, 2023 | Blog, Cloud, DevOps
This article is primarily intended to help in resolving problems with setting up end-to-end TLS for an Azure Application Gateway V2 when using self-provided certificates. Version 2 of the Azure Application Gateway service provides a vast number of enhancements and new...
by Keith O'Connell | Feb 28, 2023 | Blog, Cloud, DevOps, Perspectives
Why hire a Kubernetes partner (or Kubernetes services provider) to help with your Kubernetes infrastructure planning, implementation, deployment, and maintenance needs? The advent of container technology and Kubernetes has driven a major transformation in how...
by Keith O'Connell | Feb 14, 2023 | Blog, Cloud, DevOps, Perspectives
In this article, we will discuss five Kubernetes best practices for using Kubernetes to host your enterprise workloads. This article focuses primarily on best practices for resource definitions that you deploy into a Kubernetes cluster; a subsequent article will focus...
by Dave Ulikowski | Dec 6, 2022 | Applications, Blog, DevOps
Exception Handling Problems are going to happen in any aspect of life. They may be complex or as simple as not having any coffee left in your house when you wake up. You need your morning caffeine so you decide that you can either go to the coffee shop and get a cup...
by XTIVIA | Oct 14, 2021 | Blog, DevOps, Liferay DXP
This blog post is intended to offer some guidance around changing Liferay logging levels in a way that persists through a restart. Normally in the Liferay portal application, you can set log levels for both built-in and custom loggers via the Server Administration...
by Keith O'Connell | Feb 5, 2021 | Blog, Cloud, DevOps, Digital Experience, Portals
This hands-on tutorial gives you an introduction to the process for integrating Liferay with OpenTelemetry to extract logs, traces, and metrics from Liferay. We’ll spin-up Liferay using the pre-packaged Liferay DXP container from LIferay, Inc. and integrate it...
by Krish | Jan 29, 2021 | Blog, Cloud, DevOps
Fluent Bit is deployed as a daemonset in Kubernetes, allowing it to run on every node in the cluster. This makes it easy to not worry about reconfiguring Fluent Bit for any new nodes added to the Kubernetes cluster. Fluent Bit supports multiple inputs, outputs, and...
by XTIVIA | Aug 27, 2020 | Blog, DevOps
by XTIVIA | Dec 13, 2018 | Blog, DevOps
CICD (Continuous Integration and Continuous Delivery): CICD is a set of automated processes to continuously integrate the code developed by the development team, run automated regression tests, and deploy them to the target environments. The extent of automation and...