Coder Social home page Coder Social logo

epinio-deploy's Introduction

Run Epinio in K3D Cluster

Deploy an Epinio environment using K3D.

Prerequisites

To execute this environment you'll need:

What technologies were used

These technologies were used to deploy all necessary infrastructure for Epinio:

  • K3S to deploy a kubernetes cluster;
  • Cert Manager to provides SSL Certificates for apps;
  • NGINX Ingress to act as Kubernetes Ingress ;
  • Epinio to interface kubernetes cluster to developer;

Deploy K3D + Epinio + App

For deploy the this environment in your machine you must be in root directory folder and run the following command:

make deploy-epinio

This command will deploy a K3S Cluster and deploy Cert Manager, NGINX Ingress and Epinio.

To get Epinio endpoints use:

kubectl get ingress -A

And the output will look like:

NAMESPACE   NAME                        CLASS   HOSTS                                               ADDRESS                PORTS     AGE
epinio      dex                         nginx   auth.<IP of Loadbalancer>.omg.howdoi.website        <IP of Loadbalancer>   80, 443   xxx
epinio      epinio                      nginx   epinio.<IP of Loadbalancer>.omg.howdoi.website      <IP of Loadbalancer>   80, 443   xxx

Username and password of epinio interface will be admin and password respectively.

Undeploy

To undeploy the environment including K3D cluster, Epinio and Clipboard app use the following command:

make undeploy-epinio

Makefile functions

You can call individually these functions:

make deploy-epinio           # Deploy all environment
make undeploy-epinio         # Undeploy all environment
make deploy-k3d              # Deploy K3d Cluster
make init-helm               # Add all necessary Helm repos
make deploy-k8s-infraservice # Deploy NGINX Ingress and Cert Manager on current k8s context
make deploy-cert-manager     # Deploy Cert Manager on current k8s context
make deploy-ingress-nginx    # Deploy NGINX Ingress on current k8s context
make deploy-epinio           # Deploy Epinio on current k8s context
make epinio-login            # Execute login on Epinio

epinio-deploy's People

Watchers

Marcus Mesquita avatar

Forkers

webclinic017

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.