Skip to content
View dnegi-dev's full-sized avatar
💻
Working
💻
Working

Organizations

@astaupb

Block or report dnegi-dev

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
dnegi-dev/README.md
  • CKA
  • Because someone has to run Kubernetes without the cloud
  • Propagating errors at scale since v1.0
From: 14 November 2025 - To: 14 December 2025

No activity tracked

Pinned Loading

  1. astaupb/coupons_backend astaupb/coupons_backend Public

    REST-Backend for an coupon / voucher app with openapi description based on aqueduct written in dart

    Dart 1

  2. Create a HA Kubernetes Cluster on Ub... Create a HA Kubernetes Cluster on Ubuntu 22.04
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # This script is used to install k8s on ubuntu 22.04 amd64 server with CRI-O as container runtime and kubeadm as k8s installer.
    4
    # To run this script, use the following command:
    5
    # curl -sSL https://gist.githubusercontent.com/dnegi-dev/27a65a4417601d9900d32b092613d8ec/raw/48d4e41789ac43eec5064f4a0651ab8392d5d5de/create_k8s_ha_ubuntu.sh -o create_k8s_ha_ubuntu.sh && sudo bash create_k8s_ha_ubuntu.sh