{"id":16927424,"url":"https://github.com/dirien/vienna-devops-meetup","last_synced_at":"2026-04-12T04:38:09.353Z","repository":{"id":169306064,"uuid":"644423201","full_name":"dirien/vienna-devops-meetup","owner":"dirien","description":"Demo code for the Vienna DevOps Meetup","archived":false,"fork":false,"pushed_at":"2023-05-25T07:55:36.000Z","size":11274,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T19:55:50.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-23T13:39:33.000Z","updated_at":"2023-05-23T14:49:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"39bf2f6a-9e4a-41d0-9f82-fdf7679006d5","html_url":"https://github.com/dirien/vienna-devops-meetup","commit_stats":null,"previous_names":["dirien/vienna-devops-meetup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dirien/vienna-devops-meetup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fvienna-devops-meetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fvienna-devops-meetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fvienna-devops-meetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fvienna-devops-meetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirien","download_url":"https://codeload.github.com/dirien/vienna-devops-meetup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fvienna-devops-meetup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31704492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T20:34:12.529Z","updated_at":"2026-04-12T04:38:09.310Z","avatar_url":"https://github.com/dirien.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vienna DevOps Meetup Demo\n\nThis repository contains the demo code for the Vienna DevOps Meetup.\nSee https://www.meetup.com/meetup-group-ziwnrlfj/events/293323160/ for more details.\n\n## Infrastructure Deployment\n\nThe infrastructure deployment will be done using Pulumi AWS and EKS provider. As language we will use Go.\n\n```bash\ncd infrastructure-go\n\npulumi preview [--policy-pack ../policy-as-code/infra]\npulumi up [--policy-pack ../policy-as-code/infra]\n```\n\nAfter the infrastructure is deployed, we need to get the kubeconfig from the stack output and save it to a file.\n\n```bash\npulumi stack output kubeconfig --show-secrets \u003e vienna.yaml\n```\n\nThis is not a necessary step as we're going to use Pulumi Stack References to get the kubeconfig from the infrastructure\nstack. See https://www.pulumi.com/learn/building-with-pulumi/stack-references/ for more details.\n\n## Application Deployment\n\nThis deployment will be done using Pulumi AI. Head over to https://pulumi.com/ai and enter following prompt:\n\n```text\nImagine you are a Kubernetes application developer and need to use a stack reference (dirien/infrastructure-go/dev) to\nget Kubeconfig from a different stack.\nThen you create a Nginx (use the latest tag for the image) deployment with a custom config map, which contains \"Hello\nVienna DevOps Meetup\" as part\nof the nginx.conf. This config map should then be mounted on /etc/nginx/. Finally, expose this deployment via a service\nof type nodeport. Create an ingress also. The ingress class should be \"alb\". Add the missing annotations for the\napplication load Balancer \"internet-facing\" and \"instance\".\n\nCreate only one Kubernetes provider and pass it as dependency to the resources.\n\nFinally Export the address of the ingress as output by interploating the `http` protocol to it.\n```\n\nHere is a link to a working solution:\nhttps://www.pulumi.com/ai/?convid=1d56eb31-8c81-420c-83e4-bbfda621bb06\n\n```bash\ncd application-ts\npulumi preview [--policy-pack ../policy-as-code/app]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirien%2Fvienna-devops-meetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirien%2Fvienna-devops-meetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirien%2Fvienna-devops-meetup/lists"}