Nomad is the Hashicorp alternative to the typical pattern of using a Kubernetes-based platform as the only way to orchestrate your workloads efficiently. Nomad is a project started in 2019, but it is getting much more relevant nowadays after 95 releases, and the current version of this article is 1.4.1, as you can see in […]
DevSecOps vs DevOps: Fundamentals and Differences Answering 3 Questions
DevOps vs DevSecOps: Fundamentals about DevSecOps understanding what it is, why it is crucial and how different is vs DevOps
Trivy: Get To Scan Docker Local Images with Success
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 […]
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 […]
Multi-Stage Dockerfile: Awesome Approach To Optimize Your Container Size
Multi-Stage Dockerfile is the pattern you can use to ensure that your docker image is at an optimized size. We already have covered the importance of keeping the size of your docker image at a minimum level and what tools you could use, such as dive, to understand the size of each of your layers. […]
How To Inject Secrets in Pods To Improve Security with Hashicorp Vault in 5 Minutes
Introduction This article will cover how to inject secrets in Pods using Hashicorp Vault. In previous articles, we covered how to install Hashicorp Vault in Kubernetes, configure and create secrets in Hashicorp, and how tools such as TIBCO BW can retrieve them. Still, today, we are going to go one step ahead. The reason why […]
Best USB Charger To Keep In Your BackPack: A 2022 Edition
Introduction There are so many different kinds of USB chargers you need to use in your daily life of very different types. We already covered some of the best complete chargers for Apple devices but today we are going to talk about the cables, but it s the same story: type c usb charger, USB […]
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 […]
Hadolint: Best Practices for your Dockerfiles In 3 Different Models
Introduction Hadolint is an open-source tool that will help you ensure that all the Dockerfiles you create follow all the Dockerfile best practices available in an automated way. Hadolint, as the number already suggested, is a linter tool and, because of that, can also help you to teach you all these best practices when creating […]
TIBCO BW Hashicorp Vault Configuration: More Powerful and Better Secured in 3 Steps
Introduction This article aims to show the TIBCO BW Hashicorp Vault Configuration to integrate your TIBCO BW application with the secrets stored in Hashicorp Vault, mainly for the externalization and management of password and credentials resources. As you probably know, in the TIBCO BW application, the configuration is stored in Properties at different levels (Module […]