https://github.com/poneding/kuberiter
https://github.com/poneding/kuberiter
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/poneding/kuberiter
- Owner: poneding
- License: apache-2.0
- Created: 2023-04-11T07:35:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T00:57:34.000Z (about 3 years ago)
- Last Synced: 2025-01-11T05:47:17.397Z (over 1 year ago)
- Language: Go
- Size: 198 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kuberiter
Kuberiter, write your articles and publish them to your Kubernetes cluster.

## Installation
- kubectl apply
```bash
kubectl apply -f https://raw.githubusercontent.com/poneding/kuberiter/master/deploy/crds.yaml
kubectl apply -f https://raw.githubusercontent.com/poneding/kuberiter/master/deploy/manifests.yaml
```
- helm install
```bash
helm repo add kuberiter https://poneding.github.io/kuberiter
helm install kuberiter kuberiter/kuberiter --namespace kuberiter --create-namespace
```
## Usage