GIGeoffrey Israel Chineduingeoffrey.hashnode.dev·Jan 4, 2024 · 3 min readGetting Started with CNCF Open Source Project Contribution: A Beginner's GuideIntroduction:The Cloud Native Computing Foundation (CNCF) hosts a diverse array of open source projects that power the infrastructure of modern applications. Contributing to CNCF projects is not only a rewarding experience but also a fantastic way to...00
GIGeoffrey Israel Chineduingeoffrey.hashnode.dev·Jan 3, 2024 · 2 min readGuide to SCP (Secure Copy Protocol)Introduction:Secure Copy Protocol (SCP) is a widely used network protocol for securely transferring files between a local host and a remote host. SCP encrypts the data during transit, providing a secure and efficient means of file transfer. In this a...00
GIGeoffrey Israel Chineduingeoffrey.hashnode.dev·Sep 17, 2023 · 2 min readEnhancing Kubernetes Security with Trivy Operator: A Step-by-Step GuideIntroduction Container security is paramount in today's DevOps landscape. Vulnerabilities in container images can pose significant risks to your applications and data. To address this, the Trivy Operator provides an effective solution for scanning co...01U
GIGeoffrey Israel Chineduingeoffrey.hashnode.dev·Jan 18, 2022 · 4 min readKubernetesWhat is Kubernetes? - Kubernetes is an open-source container orchestrator that automates the deployment, scaling and management of containerized applications. Containerized applications are applications that contain all the dependencies and runtime n...00
GIGeoffrey Israel Chineduingeoffrey.hashnode.dev·Jan 2, 2022 · 3 min readApache Kafka In PythonWhat is Apache Kafka? Apache Kafka is a distributed streaming platform, used for building real-time data pipelines and streaming applications by adapting the publish-subscribe messaging system architecture. This messaging system architecture lets y...01V