{"id":26714800,"url":"https://github.com/nutanixdev/nkp-demo-catalog-applications","last_synced_at":"2026-01-06T14:52:37.898Z","repository":{"id":283720904,"uuid":"952659123","full_name":"nutanixdev/nkp-demo-catalog-applications","owner":"nutanixdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-21T18:43:13.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T19:43:13.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/nutanixdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2025-03-21T16:48:00.000Z","updated_at":"2025-03-21T18:43:16.000Z","dependencies_parsed_at":"2025-03-21T19:43:16.929Z","dependency_job_id":"7484db49-1a54-4432-a6f3-63b9453c3631","html_url":"https://github.com/nutanixdev/nkp-demo-catalog-applications","commit_stats":null,"previous_names":["nutanixdev/nkp-demo-catalog-applications"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutanixdev%2Fnkp-demo-catalog-applications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutanixdev%2Fnkp-demo-catalog-applications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutanixdev%2Fnkp-demo-catalog-applications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutanixdev%2Fnkp-demo-catalog-applications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nutanixdev","download_url":"https://codeload.github.com/nutanixdev/nkp-demo-catalog-applications/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858872,"owners_count":20684057,"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":[],"created_at":"2025-03-27T13:51:00.567Z","updated_at":"2026-01-06T14:52:37.869Z","avatar_url":"https://github.com/nutanixdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# nkp-demo-catalog-applications\n\nDisclaimer: This is not an official production ready code. It's meant to be used as a PoC.\n\n## Overview\n\nThis demo catalog repository holds examples of applications to help understand how NKP custom catalog works.\n\n## Prerequisites\n\n- An NKP cluster with Ultimate license\n- Internet connection\n- NKP CLI installed\n- kubectl installed\n\n## How to add this catalog on your management cluster?\n\n```shell\nnkp create catalog nkp-demo-catalog-applications \\\n    -w kommander-workspace \\\n    --branch main \\\n    --url https://github.com/nutanixdev/nkp-demo-catalog-applications\n```\n\n## How to list all the catalogs on your management cluster?\n\n```shell\nkubectl get gitrepository -n kommander\n```\n\n## How to list all the apps provided by this catalog?\n\n```shell\nkubectl get apps -n kommander\n```\n\n## How to add this catalog to a different Workspace?\n\n1. List your NKP Workspaces\n\n    ```shell\n    nkp get workspaces\n    ```\n\n    ```shell\n    NAME                    NAMESPACE                   \n    default-workspace       kommander-default-workspace\n    hybrid-cloud            hybrid-cloud               \n    kommander-workspace     kommander   \n    ```\n\n1. Run the following command using your Workspace name\n\n    ```shell\n    nkp create catalog nkp-demo-catalog-applications \\\n        -w  \u003cworkspace_name\u003e \\\n        --branch main \\\n        --url https://github.com/nutanixdev/nkp-demo-catalog-applications\n    ```\n\n    Ex:\n\n    ```shell\n    nkp create catalog nkp-demo-catalog-applications \\\n        -w hybrid-cloud \\\n        --branch main \\\n        --url https://github.com/nutanixdev/nkp-demo-catalog-applications\n    ```\n\n## How to delete this catalog from a Workspace?\n\n1. [List your NKP Workspaces](#how-to-add-this-catalog-to-a-different-workspace)\n\n1. Run the following command using your Workspace **namespace**\n\n    ```shell\n    kubectl delete gitrepository nkp-demo-catalog-applications -n \u003cworkspace_namespace\u003e\n    ```\n\n    Ex:\n\n    ```shell\n    kubectl delete gitrepository nkp-demo-catalog-applications -n hybrid-cloud\n    ```\n\n## Contributing\n\nSee the [contributing docs](CONTRIBUTING.md).\n\n## Support\n\n### Community Plus\n\nThis code is developed in the open with input from the community through issues and PRs. The Nutanix marketing team serves as the maintainer.\n\nIssues and enhancement requests can be submitted in the [Issues tab of this repository](../../issues). Please search for and review the existing open issues before submitting a new issue.\n\n## License\n\nThe project is released under version 2.0 of the [Apache license](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnutanixdev%2Fnkp-demo-catalog-applications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnutanixdev%2Fnkp-demo-catalog-applications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnutanixdev%2Fnkp-demo-catalog-applications/lists"}