Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kubernetes.sch.bme.hu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Open Source
kubernetes.sch.bme.hu
Commits
e51475cb
Commit
e51475cb
authored
5 years ago
by
Robotka István Adrián
Browse files
Options
Downloads
Patches
Plain Diff
Docs
parent
4f259b11
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/examples.md
+8
-0
8 additions, 0 deletions
docs/examples.md
docs/index.md
+32
-0
32 additions, 0 deletions
docs/index.md
mkdocs.yml
+2
-1
2 additions, 1 deletion
mkdocs.yml
with
42 additions
and
1 deletion
docs/examples.md
0 → 100644
+
8
−
0
View file @
e51475cb
# Példa konfiguráció
A konfigurációt
`kubectl`
-el, a namespace kiválasztása után pl. a
`kubectl apply -f deployment.yaml`
paranccsal lehet érvényesíteni.
-
[
example deployment.yaml
](
https://git.sch.bme.hu/snippets/33
)
-
[
example service.yaml
](
https://git.sch.bme.hu/snippets/35
)
-
[
example ingress.yaml
](
https://git.sch.bme.hu/snippets/34
)
This diff is collapsed.
Click to expand it.
docs/index.md
+
32
−
0
View file @
e51475cb
# Kubernetes a KSZK-ban
# Kubernetes a KSZK-ban
A KSZK lehetőséget nyújt alkalmazások üzemeltetésére saját Kubernetes-ében.
Ha érdeklődsz ez iránt kérlek adjt fel egy
[
ticketet
](
https://support.sch.bme.hu/open.php
)
.
## K8s elérése
Az SCH-ban üzemelő kubernetes API-ját SCHNET-en belülről lehet elérni.
Ezt
[
VPN
](
http://intro.kszk.bme.hu/#vpn
)
-nel vagy
[
terminál szerverrel
](
https://kszk.sch.bme.hu/szolgaltatasaink/centaur-sch/
)
lehet áthidalni, amennyiben nem eleve a koliból szeretnéd elérni a k8s-t.
### kubectl
A kubectl parancssori eszközzel lehet beállításokat eszközölni k8s-ben.
Ezen parancsot futtató felhasználónak szükséges autentikálnia magát a
[
kubectl.k8s.sch.bme.hu
](
https://kubectl.k8s.sch.bme.hu/
)
oldalon és az ott
található parancsokat kaidnia parancssorában. Ez korlátozott idejű hozzáférést biztosít a felhasználóhoz rendelt namespace-ekhez.
## Dashboard
A
[
dashboard.k8s.sch.bme.hu
](
https://dashboard.k8s.sch.bme.hu/
)
egy jó
vizuális áttekintést ad a felhasználóhoz tartozó namespace-ek állapotáról.
## Git.sch
Automatikus deployment-et, CI/CD lehetőséget a legkönnyebben
[
git.sch
](
https://git.sch.bme.hu/
)
-n lehet beállítani, mert a hozzá tartozó
CI runner (ami a deployment-hez szükséges scripteket futtatja) a kolin belül
üzemel.
## Példa konfiguráció
Lásd a
[
példák
](
examples/
)
oldalán.
## Monitoring
Lehetőség van monitoring-ot kérni az üzemeltetett alkalmazásokra.
Ennek megvalósítása Prometheus és Grafana programokkal történik.
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
2
−
1
View file @
e51475cb
site_name
:
k8s@kszk
site_name
:
k8s@kszk
nav
:
nav
:
-
Home
:
index.md
-
Kezdőlap
:
index.md
-
Példák
:
examples.md
theme
:
readthedocs
theme
:
readthedocs
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment