Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ The GitHub Actions workflow automatically:

Contributions are welcome! Please feel free to submit issues or pull requests.

## Roadmap

- [ ] Add Azure AKS composition
- [ ] Add GCP GKE composition
- [ ] Add multi-region support
- [ ] Add Helm chart deployment composition

## License

Apache 2.0
5 changes: 3 additions & 2 deletions crossplane-eks/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ kind: Configuration
metadata:
name: configuration-eks-cluster
annotations:
meta.crossplane.io/maintainer: Platform Team
meta.crossplane.io/source: github.com/pmady/crossplane-eks
meta.crossplane.io/maintainer: Pavan Madduri <pavan4devops@gmail.com>
meta.crossplane.io/source: github.com/pmady/crossplane
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: AWS EKS Cluster with VPC and networking
meta.crossplane.io/keywords: aws,eks,kubernetes,vpc,networking
meta.crossplane.io/readme: |
This configuration deploys a complete AWS EKS cluster with:
- VPC with public and private subnets
Expand Down
Loading