Coder Social home page Coder Social logo

ipfs-operator's Introduction

ipfs-operator

Installation

  1. Create a new kubernetes cluster in DigitalOcean, and Connect to the cluster.
  2. Install DigitalOcean loadbalancer and ingress-controller. Follow Official Installation Guide for more information.
     helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
     helm repo update
     kubectl create namespace ingress-nginx
     helm upgrade ingress-nginx ingress-nginx/ingress-nginx -f ./values-ingress-nginx.yaml -n ingress-nginx --install
    
  3. Install Cert-manager.
    kubectl create namespace cert-manager
    helm repo add jetstack https://charts.jetstack.io
    helm repo update
    helm install \
    cert-manager jetstack/cert-manager \
    --namespace cert-manager \
    --create-namespace \
    --version v1.9.1 \
    --set installCRDs=true
    
  4. Create auth secret for "ipfs-api" service. Check Document for more information.
    • Generate password file
      htpasswd -c auth ic3
      
    • Create secret in the kubernetes cluster.
      kubectl create secret generic ipfs-auth --from-file=auth
      
  5. Once the loadbalancer is created, setup DNS record, and point subdomain "ipfs" and "ipfs-api" to the IP of the loadbalancer.
  6. Install IPFS helm charts.
    make deploy
    

IPFS Usage

IPFS gateway

  1. IPFS gateway is a public service for everyone is accessible. Here is the Reference.

IPFS API

  1. IPFS API does not expose to public world. We can only access the service through private network. Here is the Reference

ipfs-operator's People

Contributors

vthwang avatar

Stargazers

Roman avatar Geoff Turk avatar

Watchers

James Cloos avatar  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.