{"id":38169014,"url":"https://github.com/autovia/flightdeck","last_synced_at":"2026-01-16T23:24:18.443Z","repository":{"id":168751421,"uuid":"644014682","full_name":"autovia/flightdeck","owner":"autovia","description":"Flightdeck is an interactive diagram UI for Kubernetes clusters. It allows users to observe and troubleshoot applications running in the cluster.","archived":false,"fork":false,"pushed_at":"2025-03-22T14:01:09.000Z","size":1681,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-22T14:29:15.803Z","etag":null,"topics":["cloud-native","devops","kubernetes","kubernetes-dashboard","kubernetes-ui","observability"],"latest_commit_sha":null,"homepage":"","language":"Go","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/autovia.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}},"created_at":"2023-05-22T16:16:59.000Z","updated_at":"2025-03-22T14:01:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b99f21d7-a697-4556-939d-0ca7bbebbedf","html_url":"https://github.com/autovia/flightdeck","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"4f4f4d181116820df32cab5d8b18d2495cdebe01"},"previous_names":["autovia/flightdeck"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/autovia/flightdeck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autovia%2Fflightdeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autovia%2Fflightdeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autovia%2Fflightdeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autovia%2Fflightdeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autovia","download_url":"https://codeload.github.com/autovia/flightdeck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autovia%2Fflightdeck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28487586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T22:54:02.790Z","status":"ssl_error","status_checked_at":"2026-01-16T22:50:10.344Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cloud-native","devops","kubernetes","kubernetes-dashboard","kubernetes-ui","observability"],"created_at":"2026-01-16T23:24:17.669Z","updated_at":"2026-01-16T23:24:18.436Z","avatar_url":"https://github.com/autovia.png","language":"Go","readme":"# Flightdeck\n\n**IMPORTANT:** This is not production-ready software. This project is in active development.\n\n## Introduction\n\nFlightdeck is a web-based interactive diagram UI for Kubernetes clusters. It allows users to observe and troubleshoot applications running in the cluster.\n\n![Flightdeck UI](docs/images/flightdeck-ui.png)\n\n### Features\n\n* Search cluster resources\n* Resource dependencies graph\n* Pod logs, description, yaml\n* Container file browser\n* Login with service account token\n* Uses K8s RBAC\n\n## Getting Started\n\n**IMPORTANT:** The default flightdeck deployment contains a minimal set of RBAC privileges needed to run. flightdeck acts as a proxy and only users with a valid bearer token can access the UI and see the Kubernetes resoures.\n\n### Install\n\nThe basic installation creates the `flightdeck` namespace with all resources needed to run the application. \n\n```shell\nkubectl apply -f https://raw.githubusercontent.com/autovia/flightdeck/main/deploy/flightdeck.latest.yaml\n```\n\n### Access\n\nTo access the flightdeck UI from your local workstation you must create a bearer token and a port-forward. Run the following commands:\n\n```shell\nkubectl -n flightdeck create token admin-user\nkubectl -n flightdeck port-forward pod/\u003cflightdeck-podname\u003e 3000:3000\n```\n\nNote: The token expires after one hour. Use e.g. `--duration=12h` to change the expiration time to 12 hours.\n\nNow open your browser `localhost:3000` and copy the bearer token and paste it into the `Bearer token` field on the login screen.\n\nClick the `Sign in` button and that's it. You are now logged in as an admin.\n\n### Clean up\n\nRemove the admin-user `ServiceAccount` and `ClusterRoleBinding`.\n\n```shell\nkubectl -n flightdeck delete serviceaccount admin-user\nkubectl -n flightdeck delete clusterrolebinding admin-user\n```\n\nDelete the `flightdeck` namespace.\n\n```shell\nkubectl delete namespace flightdeck\n```\n\n## License\n\n[Apache License 2.0](https://github.com/autovia/flightdeck/blob/master/LICENSE)\n\n----\n_Copyright [Autovia GmbH](https://autovia.de)_\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautovia%2Fflightdeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautovia%2Fflightdeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautovia%2Fflightdeck/lists"}