Technical Understanding Kubernetes Ingress January 12, 2025 Ingress in Kubernetes is another kind of object that allows us to expose an internal service within the Kubernetes cluster to the external w... Read more »
Technical Terraform 'Hello World!' web page using Terraform September 07, 2023 Terraform is a widely used Infrastructure as Code tool for provisioning infrastructure. WitCentre is taking some steps into delivering usefu... Read more »
Technical Deploy "Hello World" Java application in Minikube January 17, 2023 This blog will share the details of deploying a simple "Hello World" Java application on a local Minikube cluster. Create a new Ja... Read more »
Technical What is Minikube and its usage January 17, 2023 What is Minikube? Minikube is a tool that allows you to run a single-node Kubernetes cluster locally on your computer inside a virtual machi... Read more »
Technical "Hello World!" in a local K8s cluster November 18, 2022 This includes how you can deploy a simple Docker image into a Minikube cluster which is nothing but a local K8s cluster. A K8s pod will be u... Read more »
Technical Send chats to the same thread in a Google chat room using cURL March 21, 2022 Chats might be flooded in a chat room if they are not properly organized. Specially, when it comes to automated chat notifications, we can c... Read more »
Technical Send a chat to a Google chat room using cURL March 21, 2022 You can send messages to Google chat rooms by invoking Google API with necessary permissions. This will guide you to send such messages to G... Read more »
Technical AWS CodePipeline - Part 3 (Stages) August 02, 2020 Stages are logical units in AWS CodePipeline which provide the capability to isolate environments within the pipeline. This article will cov... Read more »
Technical AWS CodePipeline - Part 2 (Artifacts) August 01, 2020 Artifacts are the most essential moving objects in AWS CodePipeline. With the help of flexibility and usefulness given by AWS, artifacts can... Read more »
Technical Replace the existing key pair for an Amazon EC2 instance June 08, 2020 There is no risk at all and no need to restart your EC2 instance to change the key pair. All you have to do is create a new key pair, obtain... Read more »
Programming Technical Validate the host name against the IP address you have added in /etc/hosts in Ubuntu June 04, 2020 There can be many situations where you update your /etc/hosts file in your local machine. That may be due to some software development, net... Read more »
Technical AWS CodePipeline - Part 1 (Introduction) May 28, 2020 AWS CodePipeline is one of the most widely used Continuous Delivery services at present. AWS CodeBuild acts as the key role behind the AWS C... Read more »