{"id":25314706,"url":"https://github.com/rguske/vmworld-veba-session-code2762","last_synced_at":"2026-04-30T14:37:17.683Z","repository":{"id":142901828,"uuid":"410581427","full_name":"rguske/VMworld-VEBA-Session-CODE2762","owner":"rguske","description":"Repository for scripts which I've used for my VMworld {Code} session CODE2762.","archived":false,"fork":false,"pushed_at":"2022-01-28T13:31:57.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T15:14:26.875Z","etag":null,"topics":["faas","functions-as-a-service","knative","knative-eventing","kubernetes","serverless"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rguske.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-09-26T14:57:56.000Z","updated_at":"2023-03-05T08:55:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0362a8d-98fc-4f07-a251-32908d60129c","html_url":"https://github.com/rguske/VMworld-VEBA-Session-CODE2762","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rguske/VMworld-VEBA-Session-CODE2762","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rguske%2FVMworld-VEBA-Session-CODE2762","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rguske%2FVMworld-VEBA-Session-CODE2762/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rguske%2FVMworld-VEBA-Session-CODE2762/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rguske%2FVMworld-VEBA-Session-CODE2762/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rguske","download_url":"https://codeload.github.com/rguske/VMworld-VEBA-Session-CODE2762/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rguske%2FVMworld-VEBA-Session-CODE2762/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["faas","functions-as-a-service","knative","knative-eventing","kubernetes","serverless"],"created_at":"2025-02-13T17:35:43.193Z","updated_at":"2026-04-30T14:37:17.667Z","avatar_url":"https://github.com/rguske.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VMworld {code} Session CODE2762 - DIY Deployment of Event-Driven Automation in vSphere Environments\n\nThis repository includes the demo script I used for my VMworld 2021 {code} session on project VMware Event Broker Appliance, in which I used the `knative_vmware_event_router_install.sh` script to automatically install the core componentes like e.g. Knative (Eventing and Serving) as well as the heart of project VEBA, the Event-Router.\n\n[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/ieUqfir5Oag/0.jpg)](https://www.youtube.com/watch?v=ieUqfir5Oag)\n\n\n\n## CLI tools used with the script\n\n`kubectl` - [Install](https://kubernetes.io/docs/tasks/tools/)\n\n`figlet` - [Install](https://gist.github.com/zlorb/4a3eff8981fcec8ca1c7)\n\n`lolcat` - [Install](https://gist.github.com/zlorb/4a3eff8981fcec8ca1c7)\n\n## Clone the repository and change into the cloned directory\n\n```\ngit clone git@github.com:rguske/VMworld-VEBA-Session-CODE2762.git \u0026\u0026 cd VMworld-VEBA-Session-CODE2762\n```\n\n## Adjust the secret as well as the override.yaml files\n\nAdjust the values in the `override.yaml` to meet your environment specifications.\n\n```yaml\neventrouter:\n  config:\n    logLevel: info\n  vcenter:\n    address: https://vcsa.jarvis.lab\n    username: READ-ONLY-USER\n    password: 'SECRETPASSWORD'\n    insecure: true\n  eventProcessor: knative\n  knative:\n    destination:\n      ref:\n        apiVersion: eventing.knative.dev/v1\n        kind: Broker\n        name: default\n        namespace: vmware-functions\n ```\n \n Also, adjust the Slack webhook URL in the `slack_secret.json` file.\n \n ```json\n {\n\"SLACK_WEBHOOK_URL\": \"YOUR-SLACK-WEBHOOK-URL\"\n}\n```\n\n## Execute the demo-script\n\nSimply start the demo-script by executing `./knative_vmware_event_router_install.sh` and watch the progress by using `watch` or helpful tools like [k9s](https://github.com/derailed/k9s) or [Octant](https://github.com/vmware-tanzu/octant) for example.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frguske%2Fvmworld-veba-session-code2762","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frguske%2Fvmworld-veba-session-code2762","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frguske%2Fvmworld-veba-session-code2762/lists"}