https://github.com/eksctl-io/eksctl-docs
Guide Package for Amazon EKS -- Eksctl
https://github.com/eksctl-io/eksctl-docs
Last synced: 4 months ago
JSON representation
Guide Package for Amazon EKS -- Eksctl
- Host: GitHub
- URL: https://github.com/eksctl-io/eksctl-docs
- Owner: eksctl-io
- License: apache-2.0
- Created: 2025-02-11T05:02:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-31T19:25:41.000Z (7 months ago)
- Last Synced: 2025-10-31T21:17:05.047Z (7 months ago)
- Language: JavaScript
- Homepage: https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: docs/security/kms-encryption.adoc
- Notice: NOTICE
Awesome Lists containing this project
README
# eksctl-docs
Documentation repository for [eksctl](https://github.com/weaveworks/eksctl), a simple CLI tool for creating and managing clusters on Amazon EKS.
The primary documentation is authored in AsciiDoc and automatically published to the official AWS documentation site. Schema references are maintained as static web pages for easy browsing and integration.
## Contribute to the Eksctl User Guide on the AWS Docs
The eksctl docs are now in AsciiDoc, a language very similar to Markdown.
* For information about working with AsciiDoc, see [Contribute to the EKS User Guide](https://docs.aws.amazon.com/eks/latest/userguide/contribute.html)
* All pull requests in this repo need to be reviewed by a AWS Technical Writer.
* [AsciiDoc Syntax Reference](https://docs.aws.amazon.com/eks/latest/userguide/asciidoc-syntax.html)
## Repository Structure
- `docs/` - Main documentation written in AsciiDoc format, published to AWS Documentation
- `public-pages/` - Static HTML/JavaScript files containing schema documentation
## Contributing
Please refer to the main [eksctl repo](https://github.com/eksctl-io/eksctl) for contribution guidelines and project information.