Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nttcom/ksot
Network IaC using Go
https://github.com/nttcom/ksot
Last synced: 3 months ago
JSON representation
Network IaC using Go
- Host: GitHub
- URL: https://github.com/nttcom/ksot
- Owner: nttcom
- License: mit
- Created: 2023-01-20T01:07:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T08:54:30.000Z (4 months ago)
- Last Synced: 2024-07-28T14:23:18.831Z (3 months ago)
- Language: Go
- Homepage: https://nttcom.github.io/ksot-website
- Size: 3.29 MB
- Stars: 59
- Watchers: 10
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cue - kuesta - Network IaC using CUE. (Projects)
README
# K-SOT
[![Go 1.21+](https://img.shields.io/badge/go-1.21-9cf.svg)](https://golang.org/dl/)
[![build](https://github.com/nttcom/ksot/actions/workflows/build.yml/badge.svg)](https://github.com/nttcom/ksot/actions/workflows/build.yml)
[![linter](https://github.com/nttcom/ksot/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/nttcom/ksot/actions/workflows/golangci-lint.yml)**K-SOT** is an open source framework for network configuration, enabling Infrastructure-as-Code of network devices. It provides us a rich network automation by adopting cloud-native best practices of IaC and GitOps.
Documentation is available at https://nttcom.github.io/ksot-website/docs.
## Getting started
- ["Getting-started" tutorial](https://nttcom.github.io/ksot-website/docs/getting-started)
- [Installing K-SOT](https://nttcom.github.io/ksot-website/docs/installation)## Contact
Ask questions via [GitHub Discussions](https://github.com/nttcom/ksot/discussions).
## Contributing
- To contribute, please read the [Contribution Guide](https://nttcom.github.io/ksot-website/docs/contribution-guidelines/).
- To report issues or make a feature request, use the [GitHub Issues](https://github.com/nttcom/ksot/issues).## License
K-SOT is under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).