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.

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
tron4x/README.md

πŸ‘‹ Hi, I'm Konstantinos

DevOps Engineer from Munich, Germany πŸ‡©πŸ‡ͺ


πŸš€ About Me

  • πŸ”§ Currently working with Next.js & deploying apps on Kubernetes
  • 🀝 Open to collaborate on Kubernetes and Next.js projects
  • 🌱 Passionate about AI/ML, DevOps, and Cloud Native technologies

πŸ“‚ Featured Projects

πŸ€– NeuronHub

Multi-Model LLM Management Platform

Open-source platform for managing local and cloud LLMs centrally. Features Model Discovery (Ollama, LM Studio), Chat Interface, Model Comparison, Training/Fine-Tuning, Prompt Templates, and MCP Server integration.

Tech: Next.js β€’ Ollama β€’ PostgreSQL β€’ Redis β€’ BullMQ β€’ Prisma β€’ MCP

πŸ“¦ Repo: github.com/tron4x/neuronhub β€” Multi-Model LLM Platform

πŸ“Έ Screenshots

🧠 Noema AI

Self-hosted alternative to Google NotebookLM

AI-powered research assistant with RAG (Retrieval-Augmented Generation) for document interaction.

Tech: Next.js β€’ OpenAI β€’ Qdrant β€’ Redis

πŸ“Έ Screenshots

☸️ MCP Kubernetes Dashboard Work in Progress

Intelligent Kubernetes management with AI analysis

MCP-powered cluster management with OpenAI-powered insights.

Tech: Next.js β€’ MCP β€’ OpenAI β€’ Kubernetes

πŸ“Έ Screenshots

πŸ“Š GitHub Stats

Top Languages

Pinned Loading

  1. ArgoCD create admin account 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... Kasten K10 - Longhorn - VolumeSnapshotClass
    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 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 istio - too many open files
    1
    sysctl fs.inotify.max_user_instances=1280
    2
    
                  
    3
    sysctl fs.inotify.max_user_watches=655360