{"id":46887318,"url":"https://github.com/artifakt-io/demo-controller","last_synced_at":"2026-03-10T22:21:38.611Z","repository":{"id":105076855,"uuid":"419629243","full_name":"artifakt-io/demo-controller","owner":"artifakt-io","description":"This repository contains a dummy sample controller with the associated tests suite","archived":false,"fork":false,"pushed_at":"2021-10-21T08:33:22.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T15:41:01.820Z","etag":null,"topics":["cloud","controller","craftmanship","golang","kubernetes","operator","platform","project","quality"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/artifakt-io.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}},"created_at":"2021-10-21T07:47:14.000Z","updated_at":"2022-01-10T15:07:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee2d9614-859c-4ac3-908d-f56b2eca2326","html_url":"https://github.com/artifakt-io/demo-controller","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"91c11aeb3b1b8fd06c063491f358f5a70b19d2fd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artifakt-io/demo-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artifakt-io%2Fdemo-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artifakt-io%2Fdemo-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artifakt-io%2Fdemo-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artifakt-io%2Fdemo-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artifakt-io","download_url":"https://codeload.github.com/artifakt-io/demo-controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artifakt-io%2Fdemo-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30357838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","controller","craftmanship","golang","kubernetes","operator","platform","project","quality"],"created_at":"2026-03-10T22:21:37.890Z","updated_at":"2026-03-10T22:21:38.590Z","avatar_url":"https://github.com/artifakt-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Est 2021 - Demo Controller\n## `Coder un controller Kubernetes c'est bien, le tester c'est mieux`\n\nConference deck is available [here](https://speakerdeck.com/etiennecoutaud/cloud-est-2021)\n\nThis repository contains all code used during the talk.\n\nFeel free to clone it, play with the code and get inspiration if you want to write a controller\n\n### Quick install\n\n#### Prerequisite\n\nYou must have a working Kubernetes cluster, `minikube` or `kind` are enough\n\n:warning: If you are using a GKE cluster you must add a library to allow the controller to connect to the cluster\n\n`cmd/main.go`\n\n``` go\nimport (\n    ...\n    _ \"k8s.io/client-go/plugin/pkg/client/auth/gcp\"\n)\n```\n\nIf you updated `pkg/apis` don't forget to run\n```\nmake gen\n```\n\nLocally the controller will share the same kubernetes profile than yours in your current context, this profile must have enough RBAC\n\n### Install CRD on your cluster\n\n```\nmake install\n```\n\n### Start the controller\n\n```\nmake run\n```\n\n:warning: Go code is compiled with a `darwin` architecture, if you are on linux, update `GOOS` flag\n```\nGOOPTS=GOARCH=amd64 CGO_ENABLED=0 GOOS=linux\n```\n\nYou can deploy an example application provided into `examples`\n```\nkubectl apply -f examples/app.yaml\n```\n\n### Run the test suite\n\n```\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartifakt-io%2Fdemo-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartifakt-io%2Fdemo-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartifakt-io%2Fdemo-controller/lists"}