Categories

microservice

kubernetes

Why would we need a service mesh?

Service Mesh is typically an infrastructure layer to secure, manage and connect your Microservices.

In servicemesh, kubernetes, Jan 20, 2020

SDN

Software Defined Networking

Software Defined Networking(SDN) architecture grew substantially as a core part of the Cloud computing. My experience on SDN has been in the early days of a popular open source projec...

In SDN, Jan 19, 2019

tutorial

Welcome to my Blog

Welcome to my Blog. I will be sharing tech posts related to Cloud computing, AI and competent programming.

In tutorial, Jan 21, 2019

Invention is a tangent of normal

I always wondered about the inefficient CPU workloads when i worked as Database administrator back in 2012. Cloud computing was starting it’s advent at then. Fast forwarding to 4 year...

In tutorial, motivation, Jan 20, 2019

motivation

Invention is a tangent of normal

I always wondered about the inefficient CPU workloads when i worked as Database administrator back in 2012. Cloud computing was starting it’s advent at then. Fast forwarding to 4 year...

In tutorial, motivation, Jan 20, 2019

servicemesh

Why would we need a service mesh?

Service Mesh is typically an infrastructure layer to secure, manage and connect your Microservices.

In servicemesh, kubernetes, Jan 20, 2020

Security

What is often not discussed in Security

While designing a system that is optimal for your application, one would probably prioritize and emphasize on the cool features, modern platforms, scalability and resiliency. While th...

In Security, Nov 17, 2020

go-tutorial

What are Go channels?

Channels in golang are communication lines between the Goroutines. It can be biredctional as we can send and receive with the channel operator (<-)

In go-tutorial, programming, Apr 26, 2021

programming

What are Go channels?

Channels in golang are communication lines between the Goroutines. It can be biredctional as we can send and receive with the channel operator (<-)

In go-tutorial, programming, Apr 26, 2021

cloud

Leader Election in a kubernetes service

Electing a Leader Using Controller-runtime in Kubernetes

In cloud, Aug 04, 2023