Author: Chai Sarfati
-
What Is Going On With Intel ?
For years, Intel was the undisputed leader in semiconductors, but now it’s struggling to keep up with the competition. Companies like TSMC have surged ahead, and Intel’s size has become a burden. Big companies often move slowly, and Intel’s old-school management is having a hard time competing with smaller, more flexible companies. Startups and agile…
-
Transform Your Microservice Architecture With gRPC
As software engineers, we’re all too familiar with the challenges that come with maintaining and documenting APIs. While REST and tools like Swagger (OpenAPI) have served us well, they often come with their own set of issues — versioning, documentation drift, and the tedious task of manually keeping everything in sync. Today, I want to…
-
Monitor your K8S cluster with kubecost
Kubecost is a cloud-agnostic tool that provides real-time cost visibility and insights on your cluster, helping you take decisions regarding your cloud costs related to Kubernetes.In this post, I will show you how to install kubecost and I will guide you through its interface to extract the best it can give us. I will be…