Performance problem with your application or database?

Where the problem is? Is it your car, the engine, or the highway is not in appropriate conditions for speed? That is the question.When it comes to performance problems with applications, databases, and networks, it can often be difficult to pinpoint...

Read More
Jan 17, 2023
Why learning Kubernetes and DevOps is an essential skill

I know it can be difficult to make the time to learn something new, especially if you're already busy with work and family responsibilities, but if you're a software developer or IT professional, you're probably well aware of the importance of stayin...

Read More
Jan 11, 2023
Kubernetes the easy way

IntroductionKubernetes is a powerful tool that has the potential to greatly improve your workflow. Its also an extremely complicated tool that can be difficult to grasp on a fundamental level. With so many moving pieces, it can be hard to understand...

Read More
Dec 26, 2022
On top and around Kubernetes

IntroductionKubernetes is a dominant force in the world of container orchestration, and it continues to grow. The ecosystem around Kubernetes has changed dramatically over the past few years, and this article will help you understand how these techno...

Read More
Dec 14, 2022
Why you should not use Kubernetes Operators

IntroductionI've been working with Kubernetes for quite some time and have tried several Operators. The standard ones like kube-proxy, kube-DNS, etc work fine but the ones that require privileged access to the API server are problematic. This is beca...

Read More
Nov 12, 2022
API as a Product

IntroductionThe best product managers and engineers understand that their core product is not a line of code or a set of features. The actual value you deliver to your users is an experience, and the most important part of that experience is an API.A...

Read More
Nov 08, 2022
Configure and manage quorum And avoid brain split

IntroductionQuorum is a mechanism that enables you to prevent a split brain. When you have two or more nodes in your cluster, quorum allows you to be sure that only one node can accept writes at a time and that the other nodes need to commit their wr...

Read More
Nov 02, 2022
no code for coders

IntroductionHave you ever wanted to get started with coding but don't know where to start? Low-code/no-code development platforms are tools that allow you to build software applications without the need for any previous coding knowledge. You can use...

Read More
Oct 29, 2022
Has Kustomize killed Helm for Kubernetes deployments?

IntroductionSince Kubernetes was released in 2014, developers have struggled to build a direct replacement for Helm. Thats because Helm offers an abstraction that allows you to deploy complex applications by describing them in terms of charts. Its ve...

Read More
Oct 22, 2022
Installing Kubernetes and Docker in offline scenarios

Start using Kubernetes without installing a cluster.K1s is a free Kubernetes Serverless cluster perfect for newbies and developers for fast testing and learning.Download and Install DockerYUM performs dependency resolution when installing, updating,...

Read More
Oct 11, 2022