Skip to content

Commit 492b0d0

Browse files
author
Youngjin Jo
authored
Merge pull request #269 from yjinjo/master
Add managed resource and schema of k8s
2 parents e3aa03a + 3767ca3 commit 492b0d0

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
provider: kubernetes
3+
name: Kubernetes
4+
version: '1.0'
5+
color: '#326CE5'
6+
icon: 'https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/cloud-services/kubernetes/kubernetes.svg'
7+
order: 4
8+
options: {}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
schema_id: kubernetes-service-account
3+
name: Kubernetes Service Account
4+
schema_type: SERVICE_ACCOUNT
5+
version: '1.0'
6+
schema: {}
7+
provider: kubernetes
8+
options:
9+
help:
10+
en: |
11+
# Getting started with Kubernetes Cluster
12+
## Find Your Cluster Name
13+
Get your Cluster Name installed in your system
14+
[Kubectl context and configuration](https://kubernetes.io/docs/reference/kubectl/quick-reference/#kubectl-context-and-configuration)
15+
16+
## Check the deployment status
17+
Check the installation status of the following items in the cluster.
18+
- kube-state-metrics
19+
- prometheus-node-exporter
20+
21+
## Install Helm
22+
Install SpaceONE Agent via Helm
23+
[helm install guide](https://helm.sh/docs/intro/install/)
24+
25+
jp: |
26+
# Getting started with Kubernetes Cluster
27+
## Find Your Cluster Name
28+
Get your Cluster Name installed in your system
29+
[Kubectl context and configuration](https://kubernetes.io/docs/reference/kubectl/quick-reference/#kubectl-context-and-configuration)
30+
31+
## Check the deployment status
32+
Check the installation status of the following items in the cluster.
33+
- kube-state-metrics
34+
- prometheus-node-exporter
35+
36+
## Install Helm
37+
Install SpaceONE Agent via Helm
38+
[helm install guide](https://helm.sh/docs/intro/install/)
39+
40+
ko: |
41+
# Kubernetes 클러스터 사용자 가이드
42+
## Cluster Name 찾기
43+
시스템에 설치된 Cluster Name 확인하기
44+
[Kubectl context and configuration](https://kubernetes.io/docs/reference/kubectl/quick-reference/#kubectl-context-and-configuration)
45+
46+
## 시스템 설치 유무 확인
47+
아래 항목들이 클러스터에 설치 유무 확인하기
48+
- kube-state-metrics
49+
- prometheus-node-exporter
50+
51+
## Helm 설치
52+
helm 설치를 통해 SpaceONE 에이전트 설치하기
53+
[helm install guide](https://helm.sh/docs/intro/install/)

0 commit comments

Comments
 (0)