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

Organizations

@spacelift-io @spacelift-io-examples

Block or report Apollorion

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

Personal WebsitePersonal Website

Hello, I'm Joey 👋

resource "github_introduction" "joey" {
    name      = "Joey Stout"
    interests = ["kubernetes", "opentofu", "nodejs", "python", "gitops"]
    resume    = "https://apollorion.com/joeysResume.pdf"

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

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

    spacelift_modules = [
        "https://github.com/Apollorion/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-04-05: Fishing tourney was today, got less than last place 😂. Im not a bad fisherman, the fish are just bad at biting my hook.
2025-04-02: Why did pineapple pizza lovers stop at pineapple? Are they fruitist against other fruit based pizzas? Wheres the strawberry pizza?
2025-04-01: Q: How many K8s engineers does it take to change a light bulb? A: None - you should declare how many light bulbs there should be and let the room update itself to match.
2025-03-30: Jared Keeso is my man crush

Buy Me A Coffee | Resume

Pinned Loading

  1. manifests.io manifests.io Public

    Easy kubernetes documentation

    TypeScript 46 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