Skip to content
View bynflow's full-sized avatar

Block or report bynflow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bynflow/README.md

Carlo Capobianchi

DevOps & Cloud Engineer focused on Kubernetes, GitOps, CI/CD, Infrastructure as Code and Linux-based cloud-native platforms.

Technologies

  • Kubernetes
  • GitOps
  • CI/CD
  • Infrastructure as Code
  • Terraform
  • Ansible
  • Docker
  • GitHub Actions
  • GHCR
  • Tekton
  • Argo CD
  • Kustomize
  • K3s
  • Linux
  • Bash
  • Python
  • Prometheus
  • Grafana
  • Observability
  • RBAC
  • TLS
  • Network Policies
  • Trivy
  • systemd
  • Git

Selected DevOps Projects

The projects below are the core of my DevOps portfolio. They show practical work with CI/CD, Kubernetes, GitOps, Infrastructure as Code, Linux automation, observability and security scanning.

Multi-Environment GitOps Platform

Multi-repository GitOps platform for Kubernetes environments, separating application code from environment governance. The environment repository manages Kustomize overlays, RBAC, TLS, Network Policies and deployment configuration, while the application repository contains CI, security scanning, Prometheus metrics and deployment automation.

Repositories:

End-to-End DevOps Pipeline

Production-style CI/CD pipeline for a Flask application using GitHub Actions, GHCR, Tekton and Kubernetes across dev, staging and production environments. Includes immutable container images, environment promotion, rollback strategy and validation on a Hetzner K3s cluster.

Repository: https://github.com/bynflow/end-to-end-devops-pipeline

Flask Infrastructure Deployment

Infrastructure automation project using Terraform and Ansible to provision and configure a Linux-based environment for a Dockerized Flask application. Focused on Infrastructure as Code, server configuration, deployment automation and reproducible setup.

Repository: https://github.com/bynflow/flask-infra-deploy

Kubernetes Observability GitOps

Cloud-native Kubernetes project combining CI/CD, GitOps deployment workflows and observability. Built with GitHub Actions, GHCR, Argo CD, Prometheus, Grafana and K3s across dev, staging and production environments.

Repository: https://github.com/bynflow/kubernetes-observability-gitops

Additional Linux Automation Projects

Instant Remote Storage

Linux automation tool for managing remote storage workflows with rclone, WebDAV/Nextcloud integration and systemd-based execution.

Smart Backup

Personal Linux backup automation project using Bash and systemd timers, focused on repeatable backup execution and practical system administration.

Links

LinkedIn https://www.linkedin.com/in/carlo-capobianchi-42448321b/

GitHub https://github.com/bynflow

Pinned Loading

  1. gitops-observability-platform-env gitops-observability-platform-env Public

    GitOps environment repository for Kubernetes governance with Kustomize overlays, RBAC, TLS, Network Policies and environment-specific deployment configuration.

  2. gitops-observability-platform-app gitops-observability-platform-app Public

    Application repository for a Kubernetes GitOps platform with CI, Docker image build, GHCR publishing, Trivy security scanning and Prometheus metrics.

    Python

  3. end-to-end-devops-pipeline end-to-end-devops-pipeline Public

    Production-style CI/CD pipeline for a Flask app with GitHub Actions, GHCR, Tekton and Kubernetes across dev, staging and production, including immutable image promotion, rollback and Hetzner K3s va…

    Python

  4. flask-infra-deploy flask-infra-deploy Public

    Infrastructure automation project using Terraform and Ansible to provision and configure a Linux-based environment for a Dockerized Flask application.

    HCL

  5. kubernetes-observability-gitops kubernetes-observability-gitops Public

    Cloud-native Kubernetes project combining CI/CD, GitOps deployment workflows and observability with Argo CD, Prometheus and Grafana on K3s.

    Python

  6. instant-remote-storage instant-remote-storage Public

    Linux automation tool for remote storage workflows using rclone, WebDAV/Nextcloud integration, systemd execution and safe file synchronization.

    Shell