Justin MarquisinArgo Project·12 hours agoStronger Supply Chain Security Coming to ArgoSupply Chain Security is Essential Attacks on the Software Supply Chain are becoming more prevalent. As software development continues shifting left, finding a tool that improves your security posture without friction is highly desired. Protecting the source code, the build process, and consumers is a must. That’s why security has always been a core focus…Kubernetes5 min readKubernetes5 min read
Luca MattiviinTreatwell Engineering·20 hours agoVPN Tunnels: how we used them to migrate our platform to AWSIntro Since the beginning of Uala, we always focused on using the best and latest technology available. …Kubernetes7 min readKubernetes7 min read
Julien LevesyinVoi Engineering·4 hours agoA more resource efficient HA setup for metrics collection agents using Kubernetes leader electionSetting up the scene Greetings from the Voi cloud infrastructure team! Our team is in charge of maintaining and running the core infrastructure supporting our fleet electric scooters and e-bikes dispatched around Europe and all the rides happening daily using them! One of the key missions as an infrastructure team is to provide observability…Kubernetes11 min readKubernetes11 min read
Amy Xia·3 hours agoManage the Whole Lifecycle of App Development Within the IDEThe most important concern for application developers might be to devote maximum their attention to the functional-related development, and to shorter the development-validation cycles, which bring about continuous progressive product enhancement. But currently, the relationship between application development and deployment seems to remain disconnected. …Kubernetes4 min readKubernetes4 min read
Selvam RajuinCloudnloud Tech Community·1 day agoSimplifying Kubernetes Policy Management with Kyverno: Installation GuideIn this blog, we will walk through the installation steps of Kyverno, enabling you to take advantage of its powerful policy enforcement capabilities. Introduction: As Kubernetes continues to be the go-to platform for container orchestration, managing and enforcing policies across diverse deployments becomes a critical task. Kyverno, an open-source policy…Kubernetes4 min readKubernetes4 min read
Joffrey BienvenuinApache Airflow·2 hours agoEnable Kerberos with Airflow KubernetesExecutorWhile the integration of Kerberos sidecar with the CeleryExecutor works smoothly out of the box in Airflow 2.6.0, further configuration is required when using the KubernetesExecutor and CeleryKubernetesExecutor to shutdown the Kerberos sidecar attached to the main container. In this article, we will see a practical example of pod_template_file and…Kubernetes4 min readKubernetes4 min read
Tony·10 hours agoMember-onlyDevOps in Argo CD — InstallationDevOps in Argo CD series — Note, full mind map is available at: “DevOps in Argo CD” In my previous article, I talked about what is ArgoProj and its main products, what is Argo CD and its architecture. It’s time to run Argo CD locally and see in practice how it works. In this article, I…Kubernetes4 min readKubernetes4 min read
M. Lutfi As syafiiinbtech-engineering·2 days agoThe power of eBPF Security, TetragonSpecification : eBPF, Security, Kernel, Observability, Enforcement Tetragon Tetragon enables powerful realtime, eBPF-based Security Observability and Runtime Enforcement. Tetragon detects and is able to react to security-significant eventsKubernetes3 min readKubernetes3 min read
Ahmed Elfakharany·16 hours agoMember-onlyInstalling your first Helm chartHelm is said to be the Kubernetes package manager. If you need a gentle introduction to the tool, you can refer to the first article in this series. Prerequisites You will need to have Helm installed on your machine or server. …Kubernetes7 min readKubernetes7 min read
Nadun De SilvainFAUN — Developer Community 🐾·1 day agoMember-onlySpeeding Up Pod Startup in an Autoscaling Kubernetes ClusterAt K8s Cluster scale-up time the new Pods have a high startup time as the Node startup time adds up to the Pod startup time. This article outlines how you can work around that and reduce the overall startup time. — In most of the managed Kubernetes Clusters provided by Cloud Providers, you can enable autoscaling of the K8s Cluster so that when new workloads are added into the cluster, if there is no space in the existing nodes in the cluster, new nodes are added to the Cluster automatically. This…Kubernetes6 min readKubernetes6 min read