Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.23 KB

DevOps Templates

This section gives an introduction to different tools and methodologies to apply for agile delivery of the developed applications.

Ansible

An automation framework for configuration management, infrastructure/application automation. More details please find here.

Terraform

This part has a guidance how to use Terraform for GKE cluster provisioning. More details please find here.

Skaffold

This part has a guidance how to use Skaffold for building and delivering your app to GKE cluster. More details please find here.

Helm

This part has templates for crating a Helm Chart. Please check how to use Skaffold for building and delivering your app to GKE cluster.

Istio

A Service Mesh installation on the GKE as add-on. More details please find here.

SSL Certificates (self-signed)

The cert-manager project automatically provisions and renews TLS certificates in Kubernetes. More details please find here.

Monitoring

A collection of automation scripts to install and maintain a monitoring systems like Grafana, Prometheus, etc. More details please find here.