Accelerators

Over the past ten years of Gavika, we have strived to harness repeatable code that can make the job easier and reduce errors. Our team is encouraged to fix problems by taking the longer route if necessary to permanently fix the problem rather than a symptomatic approach. This has resulted in many accelerators that we deploy from time to time.

  • ACME Certificate Manager: To serve your website over HTTPS, you need a X509 certificate. Let's Encrypt provides free X509 certificates over the ACME protocol. Our ACME Certificate Manager provides pipelines for requesting, renewing and installing X509 certificates. You provide a YAML declaration of your meta data including your domain names, verification methods, storage infrastructure to store the certificates and action items after obtaining and renewing the certificates. The ACME certificate manager engine takes cares of the entire flow.
  • Redmine Orchestrator: Redmine is an open-source software project management web application. Given a secure shell connection to your server, our orchestrate installs Redmine and its plugins programmatically. Refer: https://www.redmine.org/
  • Gavika App Deployer: Gavika App Deployer deploys your web application to servers in the cloud over SSH. Your developers don't have to perform manual steps to deploy software. The app Deployer provides an automated workflow for software deployment.
  • CDN Site Deployer: Deploy static sites to services such as AWS CloudFront. The software creates the resources in the cloud to run a static website on HTTPS. Your website developers just have to upload the HTML, CSS, JavaScript and assets to storage backends of the cloud provider in order to run the website. Deploying a static site to cloud CDNs often works out cheaper compared to running a CMS or a blog with database backend.
  • AWS CloudWatch Agent Orchestrator. AWS provides the agent software(called AWS CloudWatch Agent) to send metrics and logs to the AWS CloudWatch service. You provide a YAML declaration of your metrics and logs. Our orchestrator installs the AWS CloudWatch agent on your AWS EC2 and on-premise servers.
  • Gavika Administrators. You provide a YAML declaration of your meta data of users and their keys. Our orchestrator provisions the SSH user accounts with administrative access.

Do you want to use any of these tools for free? Contact us.