Skip to content
View ngeorger's full-sized avatar
🤖
🤖

Organizations

@sredevopsorg

Block or report ngeorger

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

Hello, I'm Nicolás Georger

Who am I?

I'm a seasoned Site Reliability Engineer (SRE) and DevOps practitioner with a strong interest in emerging technologies like AI/ML/LLMs. A firm believer in free software and open source, I contribute to building a strong open-source community.

SREDevOps.org

SREDevOps.org is a community I founded, focused on promoting knowledge and collaboration in the areas of:

  • Site Reliability Engineering (SRE)
  • DevOps
  • Cloud Native Technologies
  • Linux and Open Source
  • AI, ML, and LLMs

We share tutorials, news, and information to help people navigate the ever-evolving Cloud Native landscape.

Connect With Me

Stats

Pinned Loading

  1. sredevopsorg/ghost-on-kubernetes sredevopsorg/ghost-on-kubernetes Public

    Ghost on Kubernetes by SREDevOps.org - Deploy Ghost v5 on Kubernetes (k8s, k3s, etc) with our hardened distroless non root custom image.

    Dockerfile 36 14

  2. sredevopsorg/.github sredevopsorg/.github Public

    Site Reliability Engineering (SRE), DevOps, DevSecOps, Cloud Native, Linux, AI, ML, OpenSource, Platform Engineering en Español, Portugués (Brasil) and English

    1

  3. sredevopsorg/discourse-k3s-selfhosted sredevopsorg/discourse-k3s-selfhosted Public

    Use Discourse in k3s self hosted

    Shell 2

  4. Backup or dump kubernetes secrets by... Backup or dump kubernetes secrets by namespaces
    1
    #!/usr/bin/bash
    2
    # This script is based on this one https://kevinsimper.medium.com/how-to-dump-all-kubernetes-secrets-to-yaml-files-b5afcf2d1f56
    3
    # But also it reads every namespace in your current default context and dumps it's secrets as a file named as the namespace and yml extension
    4
    # Tested on non-productive environments.
    5
    kubectl get namespaces | awk '{print $1}' | xargs -I{} sh -c 'kubectl get secrets -o yaml -n "$1" --no-headers >> "$1.yaml"' - {} 
  5. HP-ProBook-450-G3-i7-OpenCore-Working-EFI-macOS-bigsur HP-ProBook-450-G3-i7-OpenCore-Working-EFI-macOS-bigsur Public

    HP ProBook 450 G3 Core i7 - OpenCore macOS BigSur 11.4 working EFI

    Rich Text Format 2 2

  6. Telos Telos Public

    Forked from danielmiessler/Telos

    Telos is an open-sourced framework for creating Deep Context about things that matter to humans.