Skip to content
View ngeorger's full-sized avatar
🗨️
🗨️

Organizations

@sredevopsorg
Block or Report

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

@ngeorger and @sredevopsorg

Site Reliability Engineer (SRE) and DevOps practitioner, committed with free software and open source culture.

Linux and Kubernetes enthusiast, with a strong understanding of cloud computing and DevOps principles. I am also a cybernetic-systemic thinker, which means that I am able to see the big picture and understand how complex systems works together.

Stats

Projects

SREDevOps.org

SREDevOps.org, Promovemos y difundimos conocimientos, tutoriales, noticias e información del universo Cloud Native, alrededor de las culturas, prácticas, roles DevOps, Site Reliability Engineering (SRE), Platform Engineers, Cloud Native, etc. @sredevopsorg

Logo El Claustro

ElClaustro.cl a project which promotes gothic, dark and alternative culture since 2004. Now we are also a label.

Pinned

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

    Ghost 5 Self hosted on Kubernetes (@TryGhost) k3s, GKE, AKS, etc, production-ready, with our hardened distroless non root container, amd64 and arm64 support

    Dockerfile 18 6

  2. 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"' - {} 
  3. sredevopsorg/.github sredevopsorg/.github Public

    Noticias, Tutoriales, Información, Comunidad DevOps, Site Reliability Engineering (SRE) y Platform Engineering 🌎 🇨🇱 🇧🇷 🇪🇸

    1

  4. sredevopsorg/git-volumes-synchronizer sredevopsorg/git-volumes-synchronizer Public archive

    Git backed volume mounts and syncs for kubernetes, turn your repo into a volume in kubernetes

    Shell 1

  5. sredevopsorg/gitops-oci sredevopsorg/gitops-oci Public

    Always-Free VMs in Oracle Cloud, with Github Workflows and Terraform. k3s cluster + flux in progress.

    HCL 3

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

    Use Discourse in k3s self hosted

    Shell 2