chore: Initial commit
This commit is contained in:
15
content/DevOps/GitOps/index.md
Normal file
15
content/DevOps/GitOps/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: GitOps
|
||||
tags:
|
||||
- Sub-Topic
|
||||
---
|
||||
## Introduction
|
||||
Introdution here
|
||||
|
||||
---
|
||||
## Sub Topics
|
||||
[[_Topic Template]] • [[_Topic Template]]
|
||||
|
||||
---
|
||||
## Helpful Links
|
||||
[Link 1](https://git.dgse.cloud/DGSE/kubernetes-platform) • [Link 2](https://k3s.io)
|
||||
14
content/DevOps/Kubernetes/index.md
Normal file
14
content/DevOps/Kubernetes/index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Kubernetes
|
||||
tags:
|
||||
---
|
||||
## Introduction
|
||||
Introdution here
|
||||
|
||||
---
|
||||
## Sub Topics
|
||||
[[_Topic Template]] • [[_Topic Template]]
|
||||
|
||||
---
|
||||
## Helpful Links
|
||||
[Link 1](https://git.dgse.cloud/DGSE/kubernetes-platform) • [Link 2](https://k3s.io)
|
||||
17
content/DevOps/index.md
Normal file
17
content/DevOps/index.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: DevOps
|
||||
tags:
|
||||
- Topic
|
||||
---
|
||||
## Introduction
|
||||
All things regarding DevOps
|
||||
|
||||
Some intro here
|
||||
|
||||
---
|
||||
## Sub Topics
|
||||
[[DevOps/GitOps/index|GitOps]] • [[DevOps/Kubernetes/index|Kubernetes]]
|
||||
|
||||
---
|
||||
## Helpful Links
|
||||
[GitOps Repository](https://git.dgse.cloud/DGSE/kubernetes-platform) • [K3s](https://k3s.io)
|
||||
1
content/Glossary/API.md
Normal file
1
content/Glossary/API.md
Normal file
@@ -0,0 +1 @@
|
||||
Short for `Application Program Interface`. A standard for communicating with different applications across the web.
|
||||
3
content/Glossary/Cluster (Kubernetes).md
Normal file
3
content/Glossary/Cluster (Kubernetes).md
Normal file
@@ -0,0 +1,3 @@
|
||||
A Cluster is a collection of one or multiple [[Node (Kubernetes)|Nodes]] that are managed by [[Kubernetes]] for [[Container]] orchestration.
|
||||
|
||||
Clusters make use of a set of [[API|API's]] that control the different [[Node (Kubernetes)|Nodes]] and make sure that they are all in sync.
|
||||
1
content/Glossary/Kubernetes.md
Normal file
1
content/Glossary/Kubernetes.md
Normal file
@@ -0,0 +1 @@
|
||||
A platform for [[Container|container]] orchestration. It manages the creation and virtualization of [[Container|containers]].
|
||||
1
content/Glossary/Node (Kubernetes).md
Normal file
1
content/Glossary/Node (Kubernetes).md
Normal file
@@ -0,0 +1 @@
|
||||
A Node is a single server or VM that, when integrated in a [[Cluster (Kubernetes)]], enables the [[Cluster (Kubernetes)]] to make use of the resources of that given [[Server]] or VM.
|
||||
1
content/Glossary/Server.md
Normal file
1
content/Glossary/Server.md
Normal file
@@ -0,0 +1 @@
|
||||
A server is a physical machine where applications can be hosted on.
|
||||
14
content/_templates/_Topic Template.md
Normal file
14
content/_templates/_Topic Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: TITLE
|
||||
tags:
|
||||
---
|
||||
## Introduction
|
||||
Introdution here
|
||||
|
||||
---
|
||||
## Sub Topics
|
||||
[[_Topic Template]] • [[_Topic Template]]
|
||||
|
||||
---
|
||||
## Helpful Links
|
||||
[Link 1](https://git.dgse.cloud/DGSE/kubernetes-platform) • [Link 2](https://k3s.io)
|
||||
7
content/index.md
Normal file
7
content/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Digital Garden
|
||||
---
|
||||
Hi there! Welcome to my digital garden. A place where all my notes and guides are collected. Focused on IT, Development and Dev/Ops.
|
||||
|
||||
## Paths to take
|
||||
- [[DevOps/index|DevOps]]
|
||||
Reference in New Issue
Block a user