Skip to content

Terraform module to create ArgoCD for Simplified deployment & management in Kubernetes

License

Notifications You must be signed in to change notification settings

squareops/terraform-kubernetes-argocd

Repository files navigation

argocd

squareops_avatar

SquareOps Technologies Your DevOps Partner for Accelerating cloud journey.


This module deploys ArgoCD with Redis High Availability (HA) as the backend data store, and Slack notifications configured for real-time updates about deployments. With this module, you can automate your application deployment process with the GitOps methodology and ensure that the desired state of your application is always in sync with the actual state. Redis HA provides enhanced resilience and availability, while Slack notifications keep you informed of the status of your deployments.

Important Notes:

This module is compatible with EKS, AKS & GKE which is great news for users deploying the module on an AWS, Azure & GCP cloud. Review the module's documentation, meet specific configuration requirements, and test thoroughly after deployment to ensure everything works as expected.

Supported Versions:

Argocd Helm Chart Version K8s supported version (EKS, AKS & GKE)
7.3.11 1.23,1.24,1.25,1.26,1.27,1.28,1.29,1.30

Usage Example

module "argocd" {
  source        = "squareops/argocd/kubernetes"
  argocd_config = {
    hostname                   = "argocd.prod.in"
    values_yaml                = ""
    redis_ha_enabled           = true
    autoscaling_enabled        = true
    slack_notification_token   = "xoxb-qQ8486bluEuvmxrYx"
    argocd_notifications_enabled = true  
  }
}

IAM Permissions

The required IAM permissions to create resources from this module can be found here

Requirements

No requirements.

Providers

Name Version
helm n/a
kubernetes n/a

Modules

No modules.

Resources

Name Type
helm_release.argocd_deploy resource
kubernetes_namespace.argocd resource
kubernetes_secret.argocd-secret data source

Inputs

Name Description Type Default Required
argocd_config Specify the configuration settings for Argocd, including the hostname, redis_ha_enabled, autoscaling, notification settings, and custom YAML values. any
{
"argocd_notifications_enabled": false,
"autoscaling_enabled": false,
"hostname": "",
"ingress_class_name": "",
"redis_ha_enabled": false,
"slack_notification_token": "",
"values_yaml": ""
}
no
chart_version Version of the Argocd chart that will be used to deploy Argocd application. string "7.3.11" no
namespace Name of the Kubernetes namespace where the Argocd deployment will be deployed. string "argocd" no

Outputs

Name Description
argocd Argocd_Info

Contribution & Issue Reporting

To report an issue with a project:

  1. Check the repository's issue tracker on GitHub
  2. Search to see if the issue has already been reported
  3. If you can't find an answer to your question in the documentation or issue tracker, you can ask a question by creating a new issue. Be sure to provide enough context and details so others can understand your problem.

License

Apache License, Version 2.0, January 2004 (http://www.apache.org/licenses/).

Support Us

To support a GitHub project by liking it, you can follow these steps:

  1. Visit the repository: Navigate to the GitHub repository.

  2. Click the "Star" button: On the repository page, you'll see a "Star" button in the upper right corner. Clicking on it will star the repository, indicating your support for the project.

  3. Optionally, you can also leave a comment on the repository or open an issue to give feedback or suggest changes.

Starring a repository on GitHub is a simple way to show your support and appreciation for the project. It also helps to increase the visibility of the project and make it more discoverable to others.

Who we are

We believe that the key to success in the digital age is the ability to deliver value quickly and reliably. That’s why we offer a comprehensive range of DevOps & Cloud services designed to help your organization optimize its systems & Processes for speed and agility.

  1. We are an AWS Advanced consulting partner which reflects our deep expertise in AWS Cloud and helping 100+ clients over the last 5 years.
  2. Expertise in Kubernetes and overall container solution helps companies expedite their journey by 10X.
  3. Infrastructure Automation is a key component to the success of our Clients and our Expertise helps deliver the same in the shortest time.
  4. DevSecOps as a service to implement security within the overall DevOps process and helping companies deploy securely and at speed.
  5. Platform engineering which supports scalable,Cost efficient infrastructure that supports rapid development, testing, and deployment.
  6. 24*7 SRE service to help you Monitor the state of your infrastructure and eradicate any issue within the SLA.

We provide support on all of our projects, no matter how small or large they may be.

To find more information about our company, visit squareops.com, follow us on Linkedin, or fill out a job application. You can also checkout our Case-studies or Blogs to understand more about our solutions. If you have any questions or would like assistance with your cloud strategy and implementation, please don't hesitate to contact us.