Terraform : parcours Infrastructure as Code AWS (2026) À la fin de cette page hub, vous saurez pourquoi Terraform pour l’Infrastructure as…
Build a production-shaped Amazon EKS cluster with Terraform: VPC with the terraform-aws-modules VPC module, EKS module with managed node groups, EKS Pod Identity, core add-ons, AWS Load Balancer Controller, a first Ingress, cost notes and a clean destroy.
A complete guide to Terraform remote state on Amazon S3 with the native lock file introduced in Terraform 1.10: bootstrap the bucket securely, configure the backend, migrate an existing DynamoDB-locked state, split state per environment, share outputs between stacks, wire it into CI with OIDC, and recover from stuck locks and corrupted state.
Configure GitHub Actions to authenticate to AWS with OpenID Connect: create the identity provider and a scoped IAM role (with Terraform and the CLI), lock the trust policy to your repository and branch, use aws-actions/configure-aws-credentials, deploy to S3 and ECS, and troubleshoot the common errors.
A side-by-side comparison of Docker Compose and Kubernetes: what each does, the same three-service application written for both, how Compose concepts map to Kubernetes objects, migration paths (Kompose, Helm), and a decision guide for choosing between them.
POPULAR POST
Kubernetes Dashboard
Deploy the Kubernetes Dashboard on your cluster, create a ServiceAccount and its token, then reach the UI securely through kubectl proxy. Includes RBAC and clean-up steps. read more
Latest Tutorials
A practical kubectl cheat sheet for Kubernetes 1.33: contexts, get/describe/logs/exec, imperative object creation, apply and diff, rollouts, scaling, debugging with ephemeral containers, JSONPath and custom columns, node operations, RBAC checks, plugins and shell productivity tips.
Guide complet en français pour installer un cluster Kubernetes 1.33 avec kubeadm sur Ubuntu 24.04 : préparation des nœuds, containerd, dépôts pkgs.k8s.io, kubeadm init, réseau Calico, ajout des workers, vérification et dépannage.
Un pipeline Azure DevOps YAML expliqué ligne par ligne : déclencheurs, variables, étapes, jobs, tâches, artefacts, environnements avec approbation et modèles réutilisables, avec les erreurs fréquentes et leurs solutions.
Apprenez Terraform sur AWS à partir de zéro : installation, configuration des identifiants, premier projet (VPC par défaut, groupe de sécurité, instance EC2 avec nginx), cycle init/plan/apply/destroy, variables et bonnes pratiques 2026.
Learn Route 53 Hosted Zones in our Terraform series: key concepts, commands and a hands-on example you can reproduce.
Terraform & AWS
Terraform : parcours Infrastructure as Code AWS (2026) À la fin de cette page hub, vous saurez pourquoi Terraform pour l’Infrastructure as…
Learn Route 53 Hosted Zones in our Terraform series: key concepts, commands and a hands-on example you can reproduce.
Learn Terraform Autoscaling in our Terraform series: key concepts, commands and a hands-on example you can reproduce.
Build a production-style AWS VPC with Terraform twice: first resource by resource (subnets, route tables, NAT gateway), then in 30 lines with the terraform-aws-modules/vpc module, and learn when each approach makes sense.
Module will help you to organize your terraform configuration so that you can re-use the configuration and keep your terraform code more clean and modular.