Code Monkey home page Code Monkey logo

k8s-todo's Introduction

Deploy a Production Ready

Kubernetes Production Runtime (KPR) ( This project is being worked in progress )

Components

Quick Start

To deploy the cluster you can use :

Terraform

Usage

Please replace your own variables in terraform.tfvars and variables.tf files

# Run make
make all-init
make all-plan

###Reference Harbor: https://ruzickap.github.io/k8s-harbor/part-07/#upload-docker-image

k8s-todo's People

Contributors

phuong-leeo avatar phuongleeo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

k8s-todo's Issues

Setup Cluster by Kubespray

  • Fixed dashboard issue: Could not login
    Append group_vars/addons.yml
  dashboard_enabled: true
  dashboard_image_tag: "v2.0.0-rc6"
  dashboard_image_repo: "kubernetesui/dashboard"
  • Enable Helm
    helm_enabled: true

  • Registry enable
    registry_enabled: true

  • Cert-manager enable
    cert_manager_enabled: true

  • copy kubeconfig to control machine
    kubeconfig_localhost: true

remove all the soft-linking files

I saw that you're using soft-linking for many files in the project. As my understanding that's for re-use the common files without duplicating them. I would recommend against that because following reasons:

  • Modular issue: The intents of Terraform is each Terraform module can work independent to each others. With this soft-linking, if i just pick a single folder and run it outside of this whole codebase, it won't work.
  • Maintenance issue: Take an example, the variables.tf file contains all the possible variables, while not all modules need the same set of variables, like the case of variable ingress-nginx in the module vpc. This will create confusion for other contributors

So my recommendation is we remove all the soft-linking, and putting the actual tf files in the respective folders. I'm happy to submit a PR for this if you agree.

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.