{"id":15524839,"url":"https://github.com/martin-helmich/kubernetes-operator-example","last_synced_at":"2026-05-03T19:32:10.569Z","repository":{"id":145893034,"uuid":"176107415","full_name":"martin-helmich/kubernetes-operator-example","owner":"martin-helmich","description":"Example Operator for Kubernetes using the Operator SDK","archived":false,"fork":false,"pushed_at":"2019-03-17T15:40:36.000Z","size":29824,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-11T03:49:40.923Z","etag":null,"topics":["example","golang","kubernetes","kubernetes-operator"],"latest_commit_sha":null,"homepage":null,"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/martin-helmich.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":"2019-03-17T13:46:24.000Z","updated_at":"2023-01-23T10:28:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"690c64cc-d2ea-4840-8ce0-6fcb920bdf24","html_url":"https://github.com/martin-helmich/kubernetes-operator-example","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"8ec1a5ae2563417350598c1dc45a4b1266db7a71"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/martin-helmich/kubernetes-operator-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-helmich%2Fkubernetes-operator-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-helmich%2Fkubernetes-operator-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-helmich%2Fkubernetes-operator-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-helmich%2Fkubernetes-operator-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martin-helmich","download_url":"https://codeload.github.com/martin-helmich/kubernetes-operator-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-helmich%2Fkubernetes-operator-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["example","golang","kubernetes","kubernetes-operator"],"created_at":"2024-10-02T10:53:22.253Z","updated_at":"2026-05-03T19:32:10.546Z","avatar_url":"https://github.com/martin-helmich.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \"HelloWorld\" Kubernetes Operator example\n\nThis is an example Kubernetes Operator, using the [Operator Framework](https://github.com/operator-framework).\n\n## Building\n\nTo build this project, you'll need the [Operator SDK](https://github.com/operator-framework/operator-sdk) installed on your local machine.\n\nWith the SDK installed, build the operator as follows:\n\n```console\n\u003e operator-sdk build $DOCKER_IMAGE\n```\n\n## Running locally\n\nMake sure you have a local Kubernetes cluster running for this (or a remote one suitable for testing purposes).\n\nThen execute:\n\n```console\n\u003e operator-sdk up local --namespace=$NAMESPACE  # default ns is \"default\"\n```\n\n## Installing in a cluster\n\n### Manually\n\n1. Start by creating the CRD:\n\n    ```console\n    \u003e kubectl apply -f deploy/crds/example_v1alpha1_helloworld_crd.yaml\n    ```\n\n2. Then, deploy the operator:\n\n    ```\n    \u003e kubectl apply -f deploy\n    ```\n\n3. Finish off by creating a `HelloWorld` custom resource:\n\n    ```console\n    \u003e kubectl apply -f deploy/crds/example_v1alpha1_helloworld_cr.yaml\n\n### Using the Operator Lifecycle Manager\n\nComing soon","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-helmich%2Fkubernetes-operator-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartin-helmich%2Fkubernetes-operator-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-helmich%2Fkubernetes-operator-example/lists"}