Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FairwindsOps/pentagon
A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.
https://github.com/FairwindsOps/pentagon
infrastructure kubernetes pentagon
Last synced: about 2 months ago
JSON representation
A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.
- Host: GitHub
- URL: https://github.com/FairwindsOps/pentagon
- Owner: FairwindsOps
- License: apache-2.0
- Archived: true
- Created: 2017-05-22T19:43:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T23:08:51.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T13:17:28.297Z (5 months ago)
- Topics: infrastructure, kubernetes, pentagon
- Language: Python
- Homepage: https://www.reactiveops.com
- Size: 762 KB
- Stars: 183
- Watchers: 21
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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](https://kubernetes.io/) 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](https://www.ansible.com/), [Terraform](https://www.terraform.io/) and [kops](https://github.com/kubernetes/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](docs/getting-started.md) has information about installing Pentagon and creating your first project.
Table Of Contents
=================* [Requirements](docs/getting-started.md#requirements)
* [Installation](docs/getting-started.md#installation)
* [Quick Start Guide](docs/getting-started.md)
* [VPC](docs/getting-started.md#vpc-setup)
* [VPN](docs/getting-started.md#vpn-setup)
* [KOPS](docs/getting-started.md#kops)
* [Advanced Usage](docs/getting-started.md#advanced-project-initialization)
* [Infrastrucure Repository Overview](docs/overview.md)
* [Component](docs/components.md)## AWS Virtual Private Cloud
A VPC configuration is provided with Terraform. Details can be found on the [VPC Setup Page](docs/vpc.md).
## Virtual Private Network
Configuration is provided for an OpenVPN setup in the VPC. Details can be found on the [VPN Setup Page](docs/vpn.md).
[![CLA assistant](https://cla-assistant.io/readme/badge/reactiveops/pentagon)](https://cla-assistant.io/reactiveops/pentagon)