Scan Docker images or, to be more honest, scan your container images is becoming one of the everyday tasks to be done as part of the development of your application. The change of pace of how easily the new vulnerabilities arise, the explosion of dependencies that each of the container images has, and the number […]
Kubernetes
Helm Dependency: Discover How it Works
Helm Dependency is a critical part of understanding how Helm works as it is the way to establish relationships between different helm packages. We have talked a lot here about what Helm is, and some topics around that, and we even provided some tricks if you create your charts. So, as commented, Helm Chart is […]
OpenLens vs Lens: A New Battle Starts in January 2023
Introduction We already talked about Lens several times in different articles but today I am bringing it here OpenLens because after the release of Lens 6 in late July a lot of questions have arrises, especially regarding its change and the relationship with the OpenLens project, so I thought it could be very interesting to […]
BanzaiCloud Logging Operator in Kubernetes Simplified in 5 minutes.
In the previous article, we described what capability BanzaiCloud Logging Operator provides and its main features. So, today we are going to see how we can implement it. The first thing we need to do is to install the operator itself, and to do that, we have a helm chart at our disposal, so the […]
Empower Log Aggregation in Kubernetes with BanzaiCloud Logging Operator
We already have talked about the importance of Log Aggregation in Kubernetes and why the change in the behavior of the components makes it a mandatory requirement for any new architecture we deployed today. To solve that part, we have a lot of different stacks that you probably have heard about. For example, if we […]
Grafana Loki and MinIO: A Perfect Match!
Grafana Loki is becoming one of the de-facto standards for log aggregation in Kubernetes workloads nowadays, and today, we are going to show how we can use together Grafana Loki and MinIO. We already have covered on several occasions the capabilities of Grafana Loki that have emerged as the main alternative to the Elasticsearch leadership […]
Learn How to Write Kubernetes YAML Manifest more Efficiently
When we are all in this new cloud-native environment where Kubernetes is the uncontestable king, you need to learn how to deal with Kubernetes YAML manifest all the time. You will become an expert on indent sections to make sure this can be processed and so on. But we need to admit that it is […]
Kubernetes Operators: 5 Things You Truly Need to Know
Kubernetes Operator has been the new normal to deploy big workloads on Kubernetes, but as some of these principles don’t align immediately with the main concepts of Kubernetes usually generates a little bit of confusion and doubts when you need to use them or even create them. What Are Kubernetes Operators? Operators are the way […]
Top 6 Kubectl Commands and Kubectl Tips
Kubectl command can be the most used command you can type when working with the Kubernetes ecosystem. As you know, kubectl is the open the door to all the Kubernetes world as pretty much all of our interactions go through that part, unless you are using a CLI approach. So, based on the productivity principles, […]
MinIO: Multi Cloud Object Storage
All The Power of Object Storage In Your Kubernetes Environment In this post, I would like to bring to you MinIO, a real cloud object storage solution with all the features you can imagine and even some more. You are probably aware of Object Storage from the AWS S3 service raised some years ago and […]