by Krish | Mar 10, 2020 | Blog, Cloud
One of the core features of Kubernetes (or of any other container orchestration solution) is the ability to perform health checks against running containers to determine the health of the container instance. Container instances can experience performance-related...
by XTIVIA | Feb 18, 2020 | Blog, Cloud
You may have noticed that more organizations have started moving towards the containerization of their applications. Many of these organizations are using Kubernetes as the backbone for their container environments. As an organization’s Kubernetes environment...
by Keith O'Connell | Aug 27, 2019 | Blog, Cloud
Kubernetes Implementation Planning Overview Rolling out Kubernetes in your organization requires a good amount of planning up-front to make sure that your Kubernetes initiative is well-oriented for success. Kubernetes is a highly complex system consisting of a number...
by Keith O'Connell | Jun 3, 2019 | Applications, Blog, Cloud, Perspectives
This article provides an overview of Kubernetes and related technologies and their relationship to enterprise application delivery. Kubernetes Overview Overall, the basic concept underpinning the Kubernetes product is a simple one; with the advent of containers and...
by Krish | Apr 3, 2019 | Applications, Blog
Minikube Overview Minikube is a tool which allows you to run a single node Kubernetes cluster on a local machine or a VM. Minikube is easy to get setup and running, requiring only a few minutes as opposed to the complex install process and hardware required for a...
by XTIVIA | Apr 2, 2019 | Applications, Blog
What are Containers? “Containers” and “containerization” are two buzzwords that have been springing up everywhere in technological discussions over the past few years, and the movement towards using containers has been rapidly gaining momentum...