Skip to content

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

License

Notifications You must be signed in to change notification settings

frontandstart/terraform-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published