Author: rodrigtech
-
GitOps and ArgoCD Up and Running
Unlocking the Power of GitOps with ArgoCD: Scale Your Applications for Better Efficiency In today’s fast-paced world, efficiency is key. That’s why more and more organizations are turning to GitOps for their application deployment needs. GitOps is a practice that uses git repositories as the source of truth for deployments, making the entire process more…
-
Kubecost and Optimizing Cost in Kubernetes
How to Optimize Kubernetes Costs with Kubecost and Other Tools Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. While Kubernetes can be used for free, it does have associated costs that can quickly add up if not managed effectively. In this blog post, we’ll explore some strategies for…
-
AccuKnox in Kubernetes
For today’s post I’ve been wanting to cover more open-source tools that can assist your production operations suite. Enter policy enforcement tool known as AccuKnox. What is AccuKnox? In a nutshell this tool provides policy enforcement and the components that make up this tool are capable of using with Cilium as CNI and adds a…
-
Google Kubernetes Engine Up and Running in GCP
How to Get Started with Google Kubernetes Engine on GCP Kubernetes is an open-source system for automating the management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Google Kubernetes Engine (GKE) is a hosted version of Kubernetes that runs on the Google Cloud Platform…
-
Defender for DevOps in Azure
If you’re looking for a way to secure your Azure applications and infrastructure, look no further than Defender for DevOps. In this blog post, we’ll introduce you to what Defender for DevOps is and how it can help you secure your Azure deployments. We’ll also highlight where to find the features and enablement of this…
-
(CNAPP) Calico Cloud and Protecting Cloud Native Workloads
Calico Cloud is a cloud-native security solution that integrates with Azure to provide enhanced security for Kubernetes clusters. In this blog post, we’ll take a look at what Calico Cloud is and how it works, as well as how you can get started using it in Azure. In this post I’ll show off some of…
-
Kubewarden a CNCF Sandbox Project
How to Use Kubewarden to Validate Incoming Requests Using Policies Written in WebAssembly In this blog post, we will be discussing how to use Kubewarden to validate incoming requests using policies written in WebAssembly. We will also be discussing the benefits of using Kubewarden and the steps involved in using it. Getting started on a…
-
How to Encrypt Secret Data at Rest in Kubernetes
Data encryption is a process of transforming readable data into an unreadable format. This is done in order to protect the data from unauthorized access. Data encryption at rest refers to the process of encrypting data when it is not being used, such as when it is stored on a disk or backup storage system.…
-
AKS and Prometheus
What is Prometheus? Prometheus is an open source monitoring system which was originally built by SoundCloud. It is now a part of the Cloud Native Computing Foundation. Prometheus scrapes metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is met. Azure Kubernetes Service (AKS)…
-
How to Enable Audit Logging on a Kubernetes Cluster
How to Enable Audit Logging on a Kubernetes Cluster In this blog post, we’ll show you how to enable audit logging on a Kubernetes cluster. Audit logging is a valuable tool for understanding what’s happening on your cluster, and can be used to troubleshoot issues or investigate potential security problems. We’ll cover what audit logging…