awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eksctl-io avatar

eksctl-io/eksctl

0
View on GitHub↗
5,203 estrellas·1,496 forks·Go·7 vistaseksctl.io↗

Eksctl

eksctl es una herramienta de línea de comandos para aprovisionar, gestionar y eliminar clústeres de Kubernetes gestionados en Amazon EKS. Funciona como un automatizador de infraestructura en la nube y aprovisionador de clústeres que crea el plano de control, los nodos de trabajo y la red en la nube necesaria para entornos de Kubernetes.

La herramienta proporciona orquestación para entornos de nube híbrida, integrando infraestructura local y de borde en un clúster de nube gestionado. Maneja la red especializada y el aprovisionamiento de credenciales necesarios para vincular nodos remotos con un plano de control en la nube.

El proyecto cubre áreas administrativas amplias, incluyendo la gestión del ciclo de vida de grupos de nodos, la configuración de complementos de clúster y la configuración de nubes privadas virtuales y endpoints de API. También automatiza la gestión de identidad y acceso creando roles de seguridad y generando credenciales de acceso para la comunicación local por línea de comandos.

Features

  • Kubernetes Cluster Provisioners - Automates the provisioning of the control plane, worker nodes, and networking required for Amazon EKS environments.
  • Kubernetes Cluster Provisioning - Automates the creation, update, and deletion of managed Kubernetes clusters using declarative configurations.
  • Amazon EKS Command-Line Tools - Provides a comprehensive command-line interface for provisioning and managing Amazon EKS clusters.
  • Cloud Infrastructure Automation - Uses declarative configurations to automate the management of cloud resources, node groups, and IAM roles.
  • Declarative Infrastructure Provisioning - Translates YAML configuration files into structured internal state to automate infrastructure provisioning.
  • Virtual Private Clouds - Sets up virtual private clouds and API endpoints required for cluster connectivity.
  • Managed Kubernetes Provisioning - Automates the provisioning of managed Kubernetes clusters on AWS, including node groups and profiles.
  • Cloud Resource Orchestration - Coordinates asynchronous API calls to provision networking, IAM, and compute resources in the cloud.
  • Hybrid Cloud Kubernetes Management - Integrates on-premises and edge infrastructure into a managed cloud cluster for unified deployment.
  • Kubernetes Add-On Managements - Installs and manages essential Kubernetes system services and add-ons to ensure operational stability.
  • Kubernetes Node Lifecycle Management - Manages the entire lifespan of worker nodes, including scaling, draining, and deletion.
  • EKS Administrative Automation - Automates routine compute, storage, and networking tasks to reduce manual overhead for cluster operations.
  • Identity and Access Management - Programmatically creates security roles and attaches policies to authorize cluster components and system add-ons.
  • Node-Level IAM Assignments - Automates the creation of IAM roles and policies required for worker nodes to interact with AWS services.
  • Hybrid Network Connections - Establishes secure network links between on-premises environments and the cloud control plane.
  • Infrastructure State Updates - Tracks existing cloud assets to ensure infrastructure updates and deletions target the correct components.
  • Kubeconfig Generators - Produces kubeconfig files by injecting cluster endpoints and authentication tokens into standard formats.
  • Kubernetes Node Provisioning - Configures secure host nodes and trust anchors to allow remote hybrid infrastructure to join the Kubernetes cluster.
  • Hybrid Node Networking - Configures security rules, route tables, and gateway attachments to link remote hybrid nodes with the cloud control plane.
  • Auto Mode Management - Provides control over the automatic provisioning and scaling of resources via EKS Auto Mode settings.
  • Modular Provider Interfaces - Decouples high-level cluster logic from region-specific or environment-specific cloud API implementations.
  • Operational Task Automation - Automates routine compute, storage, and networking tasks to reduce manual administrative overhead.

Historial de estrellas

Gráfico del historial de estrellas de eksctl-io/eksctlGráfico del historial de estrellas de eksctl-io/eksctl

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Eksctl

Proyectos open-source similares, clasificados según cuántas características comparten con Eksctl.
  • terraform-aws-modules/terraform-aws-eksAvatar de terraform-aws-modules

    terraform-aws-modules/terraform-aws-eks

    4,973Ver en GitHub↗

    This is a Terraform infrastructure as code module designed for provisioning and managing Amazon Elastic Kubernetes Service clusters and worker nodes. It functions as a Kubernetes cluster provisioner that handles the deployment of managed container orchestration environments, including the control plane and associated node groups. The project provides a cloud node security manager to apply network rules and security groups to both managed and self-managed node clusters. It further automates the setup of these environments through custom bootstrap scripts and configuration files injected during

    HCL
    Ver en GitHub↗4,973
  • codeaprendiz/learn-devopsAvatar de codeaprendiz

    codeaprendiz/learn-devops

    1,587Ver en GitHub↗

    This project is a comprehensive educational repository designed to teach DevOps practices through structured learning paths and hands-on exercises. It focuses on mastering infrastructure management, container orchestration, and system administration by providing a curriculum that covers the full lifecycle of cloud-native environments, from initial provisioning to ongoing maintenance and security. The repository distinguishes itself by offering a practical, task-based approach to complex operational domains. It guides users through the implementation of infrastructure-as-code, the configuratio

    HCLawscoding-taskscontainer-orchestration
    Ver en GitHub↗1,587
  • kubernetes-sigs/cluster-apiAvatar de kubernetes-sigs

    kubernetes-sigs/cluster-api

    4,233Ver en GitHub↗

    Cluster API is a declarative framework and multi-cluster management system for automating the creation, scaling, and destruction of Kubernetes clusters across diverse infrastructures. It acts as a cluster provisioning orchestrator and infrastructure provisioner, using a centralized management cluster to operate the full lifecycle of multiple remote workload clusters. The project employs a provider-based plugin architecture that decouples core orchestration logic from specific cloud or bare-metal implementations. This allows the system to standardize the deployment of control planes, the boots

    Gok8s-sig-cluster-lifecycle
    Ver en GitHub↗4,233
  • boto/botoAvatar de boto

    boto/boto

    6,430Ver en GitHub↗

    Boto is a Python SDK and API wrapper for Amazon Web Services. It serves as a programmatic interface for managing and automating cloud infrastructure, mapping cloud-side resources to native Python objects and methods. The library provides tools for the programmatic control and orchestration of compute, storage, networking, and database resources. It enables the automation of infrastructure deployments and the management of virtual servers, container services, and serverless functions. Capability areas include identity and access management, cloud monitoring and observability, and the administ

    Python
    Ver en GitHub↗6,430
Ver las 30 alternativas a Eksctl→

Preguntas frecuentes

¿Qué hace eksctl-io/eksctl?

eksctl es una herramienta de línea de comandos para aprovisionar, gestionar y eliminar clústeres de Kubernetes gestionados en Amazon EKS. Funciona como un automatizador de infraestructura en la nube y aprovisionador de clústeres que crea el plano de control, los nodos de trabajo y la red en la nube necesaria para entornos de Kubernetes.

¿Cuáles son las características principales de eksctl-io/eksctl?

Las características principales de eksctl-io/eksctl son: Kubernetes Cluster Provisioners, Kubernetes Cluster Provisioning, Amazon EKS Command-Line Tools, Cloud Infrastructure Automation, Declarative Infrastructure Provisioning, Virtual Private Clouds, Managed Kubernetes Provisioning, Cloud Resource Orchestration.

¿Qué alternativas de código abierto existen para eksctl-io/eksctl?

Las alternativas de código abierto para eksctl-io/eksctl incluyen: terraform-aws-modules/terraform-aws-eks — This is a Terraform infrastructure as code module designed for provisioning and managing Amazon Elastic Kubernetes… codeaprendiz/learn-devops — This project is a comprehensive educational repository designed to teach DevOps practices through structured learning… kubernetes-sigs/cluster-api — Cluster API is a declarative framework and multi-cluster management system for automating the creation, scaling, and… boto/boto — Boto is a Python SDK and API wrapper for Amazon Web Services. It serves as a programmatic interface for managing and… bottlerocket-os/bottlerocket — Bottlerocket is a container-optimized operating system and minimal Linux distribution designed specifically for… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision…