[go: up one dir, main page]

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

About me

ngeorger@localhost whoami

Self-taught IT professional driving innovation & social impact with cybernetics, open source (Linux, Kubernetes), AI & ML. Building a thriving SRE/DevOps community at SREDevOps.org. I specialize in simplifying solutions through cloud native technologies and DevOps practices.

Focused on:

  • Site Reliability Engineering (SRE)
  • DevOps
  • Kubernetes
  • Cloud Native / Cloud Providers (GCP mostly)
  • Linux, Open Source, Free Software (FLOSS)
  • Ethical Hacking / Security / DevSecOps
  • AI, ML, and LLMs

Projects

Founder of SREDevOps.org | Github @sredevopsorg

Contact

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 42 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.