An open API service indexing awesome lists of open source software.

https://github.com/kubesphere/extension-samples


https://github.com/kubesphere/extension-samples

Last synced: over 1 year ago
JSON representation

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).