Skip to content

Commit

Permalink
Add Kubenet components and update the GitHub repo
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Csatari <[email protected]>
  • Loading branch information
CsatariGergely committed Nov 16, 2024
1 parent 15895ae commit 5639649
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,36 @@ Scenario's:
- lifecycle management
- config management

## Kubenet components

Kubenet uses a set of open source components to implement the target use cases. These components are listed in the next
subchapters.

### [KUID](https://kuidio.github.io/docs/)

![KUID logo](https://kuidio.github.io/docs/assets/logos/KUID-logo-100x123.png)

An inventory and identity system, which allows to create resources and claim identifier required for networking (e.g. IPAM, VLAN, AS, etc). Some people think of this as a source of truth.

### [SDCIO](https://docs.sdcio.dev/)

![SDCIO logo](https://docs.sdcio.dev/assets/logos/SDC-transparent-noname-100x100.png)

A SW component that maps a kubernetes manifest to a YANG based system.

### [KForm](https://docs.kform.dev/)

![KForm logo](https://docs.kform.dev/assets/logos/Kform-transparent-withname-100x123.png)

A framework that brings the power of 'KRM as code or data' to Kubernetes. With Kform, orchestrating KRM resources becomes a easy through intuitive and human-readable configuration files. These files are not only reusable and shareable but can also be version-controlled, ensuring seamless collaboration among team members.

### [pkgserver](https://docs.pkgserver.dev/)

![pkgserver logo](https://docs.pkgserver.dev/assets/logos/Pkgserver-logo-100x123.png)

A SW component that provides 2 way git access to kubernetes: basically read and write to a repository.


## Join us

Join us on this journey as we learn how to leverage kubernetes for network automation.
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ site_author: Wim Henderickx
site_description: >-
Kubenet is a community initiative to help network automation engineers understand kubernetes
# repository
repo_name: kubenet-dev/docs
repo_url: https://github.com/kubenet-dev/docs
repo_name: kubenet-dev/kubenet
repo_url: https://github.com/kubenet-dev/kubenet
site_url: "https://learn.kubenet.dev"
theme:
name: material
Expand Down Expand Up @@ -97,7 +97,7 @@ plugins:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kubenet
link: https://github.com/kubenet-dev
- icon: fontawesome/brands/discord
link: https://discord.gg/fH35bmcTU9

Expand Down

0 comments on commit 5639649

Please sign in to comment.