Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud CLI's (Azure, AWS, GCP, Digitalocean) with Terraform, Kubernetes and Helm

Build and Push Docker Images

Docker Hub

frontandstart/terraform-cloud

What is this?

Docker images help maintain cloud infrastructure with Terraform, Kubernetes and Helm.

Use docker-compose.yml as a reference, add a CLI container to your project to keep Cloud credentials are isolated from a local machine and use cloud CLI in one command.

How to use it?

  • Add service to docker-compose.yml. See ./docker-compose.yml as an example.
  • Run docker compose run aws-cli bash to get into the container.
  • Then as usual use aws, gcloud, az with terraform, kubectl, and helm to log in your cloud account and manage your infrastructure.
    example for google cloud: gcloud auth login, terraform init, terraform plan, terraform apply, kubectl get pods, helm list

About

This is repository for public docker images that helps you to DevOps you Kubernetes, Terraform, Cloud more easy way

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages