9e6eb90203
This PR adds a simple doc on how to do a talos machine reset. This command was introduced all the way back on v0.4 so the docs are added everywhere. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com> |
||
---|---|---|
.github | ||
api | ||
cmd | ||
docs | ||
hack | ||
internal | ||
pkg | ||
.codecov.yml | ||
.conform.yaml | ||
.dockerignore | ||
.drone.jsonnet | ||
.gitignore | ||
.golangci.yml | ||
.markdownlint.json | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
netlify.toml | ||
prototool.yaml | ||
README.md |
Talos
A modern OS for Kubernetes.
Talos is a modern OS designed to be secure, immutable, and minimal. All system management is done via an API, and there is no shell or interactive console. Some of the capabilities and benefits provided by Talos include:
- Security: Talos reduces your attack surface by practicing the Principle of Least Privilege (PoLP) and by securing the API with mutual TLS (mTLS) authentication.
- Predictability: Talos eliminates unneeded variables and reduces unknown factors in your environment by employing immutable infrastructure ideology.
- Evolvability: Talos simplifies your architecture and increases your ability to easily accommodate future changes.
Documentation
For instructions on deploying and managing Talos, see the Documentation.
Community
- Slack: Join our slack channel
- Forum: community
- Twitter: @talossystems
- Email: info@talos-systems.com
If you're interested in this project and would like to help in engineering efforts, or have general usage questions, we are happy to have you! We hold two weekly meetings targeted for different audiences.
Office Hours
- When: Mondays at 17:00 UTC.
- Where: Google Meet.
Maintainers and Contributors
When attending this meeting, please add yourself to the meeting notes as an attendee. If you would like to discuss a specific topic, we encourage you to add it to the agenda.
- When: Thursdays at 17:00 UTC.
- Where: Google Meet.
You can subscribe to these meetings by joining the community forum above.
Note: You can convert the meeting hours to your local time.
Contributing
Contributions are welcomed and appreciated! See Contributing for our guidelines.