{"id":20903334,"url":"https://github.com/accuknox/discovery-engine","last_synced_at":"2025-10-14T07:34:45.199Z","repository":{"id":37027219,"uuid":"302509589","full_name":"accuknox/discovery-engine","owner":"accuknox","description":"Discover least permissive security posture, Network Microsegmentation, and Application behaviour based on visibility/observability data emitted from policy engines..","archived":false,"fork":false,"pushed_at":"2025-04-11T05:45:50.000Z","size":25537,"stargazers_count":32,"open_issues_count":41,"forks_count":35,"subscribers_count":7,"default_branch":"dev","last_synced_at":"2025-05-13T04:41:20.942Z","etag":null,"topics":["cilium","k8s","kubearmor","kubernetes","policy","security"],"latest_commit_sha":null,"homepage":"","language":"Go","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/accuknox.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":"2020-10-09T02:12:01.000Z","updated_at":"2025-01-03T22:53:55.000Z","dependencies_parsed_at":"2023-07-12T16:24:51.265Z","dependency_job_id":"9cc5ff3c-0850-4fb6-9c61-a38c1edeb2a9","html_url":"https://github.com/accuknox/discovery-engine","commit_stats":null,"previous_names":["accuknox/auto-policy-discovery","accuknox/knoxautopolicy","kubearmor/discovery-engine"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/accuknox/discovery-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accuknox%2Fdiscovery-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accuknox%2Fdiscovery-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accuknox%2Fdiscovery-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accuknox%2Fdiscovery-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/accuknox","download_url":"https://codeload.github.com/accuknox/discovery-engine/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accuknox%2Fdiscovery-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018221,"owners_count":26086307,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cilium","k8s","kubearmor","kubernetes","policy","security"],"created_at":"2024-11-18T13:12:38.686Z","updated_at":"2025-10-14T07:34:45.165Z","avatar_url":"https://github.com/accuknox.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discovery Engine\n\nDiscovery Engine discovers the security posture for your workloads and auto-discovers the policy-set required to put the workload in least-permissive mode.\nThe engine leverages the rich visibility provided by [KubeArmor](https://github.com/kubearmor/kubearmor) and [Cilium](https://github.com/cilium/cilium) to auto discover the systems and network security posture.\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"./getting-started/resources/policy-discovery.png\" width=\"75%\"/\u003e \u003c/p\u003e\n\n# Getting Started Guide\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"./getting-started/resources/k8s-auto-disco.png\" width=\"75%\"/\u003e \u003c/p\u003e\n\n## Quick Install\n```\nkubectl apply -f https://raw.githubusercontent.com/accuknox/discovery-engine/dev/deployments/k8s/deployment.yaml\n```\nThe discovery engine will automatically connect to the kubearmor and cilium agents installed in `kube-system` namespace. Discovery engine can connect to either or both the engines and provide necessary insights into the workloads.\n\n## Get the discovered policies\nUse `karmor discover --help` to check all the options. To install karmor cli tool follow the link [here](https://github.com/kubearmor/kubearmor-client/#from-script).\n\nExample, Get policies discovered for deployment having label `\"app=wordpress\"` in `wordpress-mysql` namespace.\n```\nkarmor discover -n wordpress-mysql -l \"app=wordpress\" -f yaml \u003e wordpress.yaml\n```\nThe `wordpress.yaml` can then be used to enforce policies using kubearmor by using `kubectl apply -f wordpress.yaml`.\n\n### Uninstall\n```\nkubectl delete -f https://raw.githubusercontent.com/accuknox/discovery-engine/dev/deployments/k8s/deployment.yaml\n```\n\u003c/details\u003e\n\n### Want to do more with the discovered policies?\n\nThe discovered policies contains the execution posture for your workloads. You can use these policies to check what the workloads are doing. Check [this guide](getting-started/filter_and_vis.md) to know more.\n\n### Others\n1. [Detailed functionality overview](getting-started/detailed_overview.md)\n1. [Types of policies discovered](getting-started/detailed_overview.md#types-of-policies-discovered-by-the-engine)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccuknox%2Fdiscovery-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccuknox%2Fdiscovery-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccuknox%2Fdiscovery-engine/lists"}