https://github.com/kubesphere/extension-samples
https://github.com/kubesphere/extension-samples
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubesphere/extension-samples
- Owner: kubesphere
- License: mit
- Created: 2022-08-12T10:23:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T18:03:22.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:43:15.079Z (over 2 years ago)
- Language: JavaScript
- Size: 31.3 MB
- Stars: 1
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extension Samples
This repository contains sample code illustrating the KubeSphere extension API. Each sample is a self-contained extension that explains one topic in [Extension Customization](https://kubesphere-dev-guide.netlify.app/extension-dev-guide/zh/extension-customization/). You can read, play with or adapt from these samples to create your own extensions.
## Prerequisites
You need to deploy the KubeSphere Development Environment first. [Deploy a container based development environment](https://kubesphere-dev-guide.netlify.app/extension-dev-guide/zh/get-started/prepare-development-environment/) using docker is a simple way.
## Getting Started
- [Hello World Sample](helloworld-sample):The Hello World sample for KubeSphere. For more details see [Getting Started Guide](https://kubesphere-dev-guide.netlify.app/extension-dev-guide/zh/get-started).