Skip to content
View TheOutdoorProgrammer's full-sized avatar
🚀
Launching Rockets
🚀
Launching Rockets

Organizations

@spacelift-io @spacelift-io-examples

Block or report TheOutdoorProgrammer

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

Personal WebsitePersonal Website

Hello, I'm Joey 👋

resource "github_introduction" "joey" {
    name      = "Joey Stout"
    interests = ["kubernetes", "opentofu", "nodejs", "python", "gitops"]

    # TODO: Make a resume
    # resume    = "https://www.theoutdoorprogrammer.com/joeysResume.pdf"

    where_you_can_find_me = [
        "https://www.github.com/TheOutdoorProgrammer",
        "https://www.youtube.com/@TheOutdoorProgrammer",
        "https://bsky.app/profile/theoutdoorprogrammer.com",
        "https://www.linkedin.com/in/theoutdoorprogrammer/",
        "mailto:joey@theoutdoorprogrammer.com",
    ]

    projects = [
        "https://www.manifests.io/",
        "https://www.wtc-the-game.org/",
        "https://situationroom.apollorion.com/",
        "https://github.com/TheOutdoorProgrammer/fly",
        "https://github.com/TheOutdoorProgrammer/MAAS2",
    ]

    spacelift = [
        "https://packetpushers.net/podcasts/day-two-devops/0423-d2do270-spacelift-is-your-infrastructure-glue-sponsored/",
        "https://github.com/TheOutdoorProgrammer/MRPICKLE",
        "https://github.com/spacelift-solutions/tofusible",
        "https://github.com/spacelift-solutions/plugin-sops",
        "https://github.com/spacelift-solutions/plugin-context-trigger",
        "https://github.com/spacelift-solutions/plugin-signed-runs",
    ]

    blog_posts = [
        "https://spacelift.io/blog/autoscaling-native-kubernetes-workers",
        "https://spacelift.io/blog/best-practices-for-iac-and-spacelift",
        "https://medium.com/beambenefits/collecting-open-metrics-in-k8s-and-shipping-to-datadog-5345cd27ef18",
    ]
}

Latest BlueSky Posts

2025-10-13: I changed my online handle from apollorion to TheOutdoorProgrammer recently. The username served me well for many years but had a few fallbacks that i hope my own personal "rebrand" will fix.
2025-09-27: Moved all my stuff to a homelab cluster lets see how that goes
2025-09-15: The new iOS reminds me of the first time I learned how to make a div with a blurry background.
2025-09-08: My wife and I started a fish wall, this is fish art from columbus, seattle, and myrtle beach so far.
2025-09-01: You forgot the pickles!!!

Buy Me A Coffee

Pinned Loading

  1. manifests.io manifests.io Public

    Easy kubernetes documentation

    TypeScript 48 8

  2. fly fly Public

    Software engineer quicklinks.

    TypeScript 5 2

  3. bankmap bankmap Public

    Visualizing Bank Failures

    Jupyter Notebook 1

  4. easy-k8s-secrets easy-k8s-secrets Public

    kubectl shim that makes secrets managment a breeze

    Shell

  5. MRPICKLE MRPICKLE Public

    Easy peasy login policies for spacelift

    HCL 2 1

  6. tf2tofu tf2tofu Public

    Redirect TF documentation to OpenTofu

    JavaScript