/intro-to-gitops

Introduction to GitOps on EKS with Weaveworks

Primary LanguageCSSApache License 2.0Apache-2.0

Overview

This repo contains the content for a workshop that shows how Weaveworks helps DevOps and AppDev gain end-to-end visibility and immediate insight to identify root cases to problems when managing EKS.

This workshop is available at https://gitops-eks.awsworkshop.io/

To view this content locally

  • install hugo
    • macOS: brew install hugo
    • Windows: choco install hugo -confirm
  • clone this repo
  • execute in the root folder:
    • git submodule init
    • git submodule update
  • run hugo server
  • open website

Reference