Category: Cloud
-
Reflecting on My 2025 Journey: A Year of Innovation, Learning, and Technical Excellence

Last updated: 18th December 2025 As I reflect on 2025, I’m filled with immense gratitude and excitement for what has been one of the most productive years in my technical writing journey. This year has been marked by deep dives into emerging technologies, extensive platform contributions, and an unwavering commitment to sharing knowledge with the…
-
2023: A year in retrospective

I enjoy interacting with people and sharing my thoughts through my blogs. This year, it’s no different. I learnt new technologies. I explored interesting tools. I had a lot of conversations with colleagues and friends around AI and Quantum. If I travel back in time taking a trip through my memory lane in 2023, here…
-
Adjust the speaking rate

Stackoverflow is an ocean for learning and exploring. How? Try answering a question and you will understand 🙂 A few weeks ago, I saw this question on StackOverflow – How to adjust the speaking rate in Watson Text-to-Speech using cURL POST? I coded an Android chatbot that uses Speech-to-Text and Text-to-speech as add-ons. But, I never bothered…
-
Container to container communication with bridge network
In this post, you will learn how to establish container to container communication by creating a bridge network. The back story Currently, I am working on a sample code that includes a frontend (web) and a backend (API). The frontend provides UI to upload an image and passes the image to the backend for external…
-
Istio on Windows 10

In this post, you will learn how to setup Istioctl on Windows 10 to run Istio service mesh commands on your command prompt(CMD). Before jumping into the setup steps, let’s recap What is Istio? Cloud platforms provide a wealth of benefits for the organizations that use them. There’s no denying, however, that adopting the cloud…
-
Create a presigned URL to download an object in Python 3.x
Presigned URLs in Cloud Object Storage create a temporary link that can be used to share an object publicly for direct download. In one of my serverless(IBM Cloud Functions) proof of concepts, I had an idea of creating a presigned URL. As all my actions are written in Python 3.x, I decided to automate the…
-
Install Knative with Istio on IBM Cloud

This post provides you step-by-step instructions to install Knative with Istio on IBM Cloud Kubernetes Service(IKS), build and push your image to IBM Cloud Container Registry and deploy the app. Before jumping into the instructions, let’s quickly understand what Knative is and what are its key components. Knative extends Kubernetes to provide the missing building…
-
Obtain and visualise uniform metrics, logs, traces across microservices using Istio
In this blog post, you will learn how to setup Istio on your Kubernetes cluster using Helm or Kubernetes-YAML and you will be using add-ons like Jaeger, Prometheus, Grafana, & Weavescope to collect, query and visualize metrics, logs & traces (in-depth telemetry) for your microservices. If you have read our previous blog post about Modernizing your…
-
Deploy an app to Kubernetes using a Helm chart
This blog post walks you through how to scaffold a web application, run it locally in a container, and then deploy it to a Kubernetes cluster created with IBM Cloud Kubernetes Service using a Helm chart. Prerequisite: Getting started with Kubernetes on IBM Cloud : The CLI Way Containers are a standard way to package apps…
