Skip to content
View tron4x's full-sized avatar
:octocat:
:octocat:

Block or report tron4x

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
tron4x/README.md

Hi, my name is Konstantinos,

i'm a DevOps Egineer from Munich, Germany

  • 🧠  I'm currently working with Next.js, deploying apps on Kubernetes with everything that goes with it....
  • 🤝  I'm open to collaborating on Kubernetes and Next.js projects.

Skills

My Skills

My current projects in next.js

Video Platform

Git Repo: NextJS-Videp-App

Live Demo: Next.js-Video-App

Video Platform


Media Gallery

Git Repo: NextJS-Gallery

Live Demo: Next.js-Gallery

Gallery v1

Pinned Loading

  1. ArgoCD create admin account
    1
    ```
    2
    argocd login <url>:<port> --username <username> --password <password>
    3
    ```
    4
    ```
    5
    argocd account list
  2. Kasten K10 - Longhorn - VolumeSnapsh...
    1
    For Kasten K10 to work with Longhorn properly, you have to create a volumesnapshotclass.<br>
    2
    Annotations for Kasten K10 must be set as below:
    3
    
                  
    4
    ```
    5
    kind: VolumeSnapshotClass
  3. Backup cnpg cluster to s3 bucket
    1
    ```
    2
    backup:
    3
        barmanObjectStore:
    4
          destinationPath: "s3://<bucket-name>/"
    5
          endpointURL: https://<endpoint-url>/
  4. istio - too many open files
    1
    sysctl fs.inotify.max_user_instances=1280
    2
    
                  
    3
    sysctl fs.inotify.max_user_watches=655360