{"id":19990208,"url":"https://github.com/g-harel/sekstant","last_synced_at":"2025-10-17T21:09:36.433Z","repository":{"id":130266408,"uuid":"142952947","full_name":"g-harel/sekstant","owner":"g-harel","description":"graphql interface for the kubernetes api","archived":false,"fork":false,"pushed_at":"2019-10-26T16:37:46.000Z","size":19,"stargazers_count":52,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T17:57:30.775Z","etag":null,"topics":["graphiql","graphql","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g-harel.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":"2018-07-31T02:39:59.000Z","updated_at":"2024-09-27T10:56:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"627cf389-629a-4f12-ae62-b94ffcf24984","html_url":"https://github.com/g-harel/sekstant","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-harel%2Fsekstant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-harel%2Fsekstant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-harel%2Fsekstant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g-harel%2Fsekstant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g-harel","download_url":"https://codeload.github.com/g-harel/sekstant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249030205,"owners_count":21201211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["graphiql","graphql","kubernetes"],"created_at":"2024-11-13T04:51:03.297Z","updated_at":"2025-10-17T21:09:31.402Z","avatar_url":"https://github.com/g-harel.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"![image](https://user-images.githubusercontent.com/9319710/54000904-463d8180-4117-11e9-9bb2-09e023a7e66c.png)\n\n# sekstant\n\nGraphQL interface for the Kubernetes API.\n\n```yaml\napiVersion: v1\nkind: Pod\nmetadata:\n  name: sekstant\nspec:\n  containers:\n  - name: sekstant\n    image: gcr.io/sekstant/sekstant\n    ports:\n    - containerPort: 11456\n```\n\nThe image expects to run inside a [Kubernetes](https://kubernetes.io/) cluster. On startup, it queries the API server for its [Swagger specification](https://swagger.io/specification/) and translates it into a [GraphQL](https://graphql.org/) schema which is then exposed as an HTTP endpoint.\n\n_[Custom resource definitions may be supported in the future.](https://github.com/kubernetes/enhancements/issues/692)_\n\n## Options\n\n`PORT` Container port used to expose the GraphQL api (default `11456`)\n\n`PATHNAME` URL path at which GraphQL API is exposed (default `/graphql`)\n\n`GRAPHIQL` Configuration to enable the [GraphiQL IDE](https://github.com/graphql/graphiql) (default `disabled`)\n\n#### Authorization\n\nAuthorization is inherited from the pod's service account credentials read from the [container's filesystem](https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod). The following options allow configuration of this behavior.\n\n_[Example service account and RBAC configuration.](./example.yaml)_\n\n`API_SERVER_URL` Base URL of the API server (default `https://kubernetes.default.svc`)\n\n`TOKEN_PATH` Path to the pod's service account token (default `/var/run/secrets/kubernetes.io/serviceaccount/token`)\n\n`CERTIFICATE_PATH` Path to the API server's certificate (default `/var/run/secrets/kubernetes.io/serviceaccount/ca.crt`)\n\n_[You may need to enable RBAC explicitly when using minikube.](https://gist.github.com/F21/08bfc2e3592bed1e931ec40b8d2ab6f5)_\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-harel%2Fsekstant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg-harel%2Fsekstant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-harel%2Fsekstant/lists"}