Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
/ pentagon Public archive

A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.

License

Notifications You must be signed in to change notification settings

FairwindsOps/pentagon

Repository files navigation

Pentagon

Pentagon has been deprecated and will no longer be maintained.

What is Pentagon?

Pentagon is a cli tool to generate repeatable, cloud-based Kubernetes infrastructure. It can be used as a “batteries included” default which can:

  • provide a network with a cluster
  • Two HA KOPS based Kubernetes clusters
  • Segregated multiple development / non-production environments
  • VPN-based access control
  • A highly-available network, built across multiple Availability Zones

How does it work?

Pentagon produces a directory. The directory defines a basic set of configurations for Ansible, Terraform and kops). When those tools are run in a specific order the result is a VPC with a VPN and a Kubernetes Cluster in AWS. GKE Support is built in but not default. It is designed to be customizable while at the same time built with defaults that fit the needs of most web application companies.

Getting Started

The Getting Started has information about installing Pentagon and creating your first project.

Table Of Contents

AWS Virtual Private Cloud

A VPC configuration is provided with Terraform. Details can be found on the VPC Setup Page.

Virtual Private Network

Configuration is provided for an OpenVPN setup in the VPC. Details can be found on the VPN Setup Page.

CLA assistant