Giter Site home page Giter Site logo

acme-architecture / gitops-get-started Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mmorejon/gitops-get-started

0.0 1.0 0.0 1.08 MB

GitOps get started project using Flux CD, Kubernetes and Digital Ocean

License: MIT License

HCL 25.77% Shell 74.23%

gitops-get-started's Introduction

gitops-get-started

Si lo desea puede leer la documentación en Español.

Project to take the first steps in the GitOps work philosophy using Flux CD.

The project shows how to configure a Kubernetes cluster based on GitOps. The organization of folders and services deployed correspond to a hypothetical cluster used for development or staging environments. This cluster configuration is not ready to be used in production.

To get more out of the repository it is recommended to have basic knowledge about the GitOps work philosophy. You can expand your knowledge on this topic through this link from the Weaveworks website.

The systems used during the exercise were: Git, Terraform, Docker, Flux CD y Kubernetes. The platform used to create the Kubernetes cluster is Digital Ocean, but Minikube can also be used.

Flow to manage the infrastructure

Infrastructure Overview


Flow to manage the Kubernetes

Flux Overview

Folder structure

├── infra
│   └── cluster.tf
├── namespaces
│   ├── admin
│   │   ├── namespace.yaml
│   │   └── sealed-secrets
│   │       └── sealed-secrets.yaml
│   ├── client-abc
│   │   ├── deployment.yaml
│   │   └── namespace.yaml
│   ├── client-def
│   │   ├── deployment.yaml
│   │   └── namespace.yaml
│   ├── flux-system
│   │   └── namespace.yaml
│   └── kube-system
│       ├── kube-state-metrics
│       │   └── kube-state-metrics.yaml
│       └── metrics-server
│           └── metrics-server.yaml
└── scripts
    └── install.sh
Folder Description
infra Terraforms files to create the infrastructure in Digital Ocean. (Optional)
namespaces Structure of namespaces used in the cluster. Within each namespace are the applications that will be deployed.
scripts General utility folder.

Case Study Sections

The following links will guide you in the creation of a Kubernetes cluster using the GitOps work philosophy.

gitops-get-started's People

Contributors

mmorejon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.