{"id":48084396,"url":"https://github.com/upbound/controller-kyverno","last_synced_at":"2026-04-04T15:06:53.147Z","repository":{"id":298541479,"uuid":"1000249689","full_name":"upbound/controller-kyverno","owner":"upbound","description":"Upbound controller for kyverno","archived":false,"fork":false,"pushed_at":"2025-08-12T17:18:05.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T19:18:51.096Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/upbound.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-11T13:43:51.000Z","updated_at":"2025-08-12T17:18:08.000Z","dependencies_parsed_at":"2025-06-11T17:52:27.779Z","dependency_job_id":"e0acd084-3f80-4c7a-8f2a-a62ee8187f47","html_url":"https://github.com/upbound/controller-kyverno","commit_stats":null,"previous_names":["upbound/controller-kyverno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/upbound/controller-kyverno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fcontroller-kyverno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fcontroller-kyverno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fcontroller-kyverno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fcontroller-kyverno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upbound","download_url":"https://codeload.github.com/upbound/controller-kyverno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Fcontroller-kyverno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":[],"created_at":"2026-04-04T15:06:53.080Z","updated_at":"2026-04-04T15:06:53.134Z","avatar_url":"https://github.com/upbound.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# controller-kyverno\n\nThis repository provides a controller that enables declarative installation of\nKyverno within an Upbound control plane.\n\n## Overview\n\nKyverno is a cloud native policy engine.\n\n## Usage\n\n### Prerequisites\n\n- Upbound account with appropriate permissions\n- kubectl CLI installed and configured\n- Upbound CLI (`up`) installed\n\n### Installation\n\n1. Create a control plane in Upbound\n\n```bash\nUPBOUND_ORG=\"your_upbound_org\"\n# Other spaces are available, check with `up ctx`\n# you need a space with enabled controller feature\nUPBOUND_SPACE=\"space-the-final-frontier\"\nUPBOUND_GROUP=\"your_group_name\"\nUPBOUND_CTP=\"your_controlplane_name\"\n\n# Create Profile\nup profile create $UPBOUND_ORG --organization $UPBOUND_ORG\nup profile use $UPBOUND_ORG\n\n# Login and switch context\nup login -a $UPBOUND_ORG --profile $UPBOUND_ORG\nup ctx \"${UPBOUND_ORG}/${UPBOUND_SPACE}\"\n\n# Create group\nup group create \"${UPBOUND_GROUP}\"\n\n# Switch context to group\nup ctx \"${UPBOUND_ORG}/${UPBOUND_SPACE}/${UPBOUND_GROUP}\"\n\n# Create control plane\nup ctp create \"${UPBOUND_CTP}\" --crossplane-channel=\"Rapid\"\n\n# Check status of control plane (should show Healthy: True)\nup ctp list\n\n# Switch context to control plane (might take a minute to become ready)\nup ctx \"${UPBOUND_ORG}/${UPBOUND_SPACE}/${UPBOUND_GROUP}/${UPBOUND_CTP}\"\n```\n\n2. Install the controller:\n\n   *This installs the controller package into your control plane, which includes the manifests required to run Kyverno.*\n\n```bash\nUP_CHART_VERSION=\"\"\n\ncat \u003c\u003cEOF | kubectl apply -f -\n  apiVersion: pkg.upbound.io/v1alpha1\n  kind: Controller\n  metadata:\n    name: controller-kyverno\n  spec:\n    package: xpkg.upbound.io/upbound/controller-kyverno:\"${UP_CHART_VERSION}\"\nEOF\n```\n\n## Development\n\n### Testing\n\nThe repository includes test configurations:\n\n- Basic e2e test: `tests/e2etest-kyverno`\n\nTo run tests:\n\n```bash\nUP_CHART_VERSION=\"\" up test run tests/* --e2e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupbound%2Fcontroller-kyverno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupbound%2Fcontroller-kyverno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupbound%2Fcontroller-kyverno/lists"}