Coder Social home page Coder Social logo

try-thanos's Introduction

This repository contains a set of Kubernetes manifest files to try out a "single node" deployment of Thanos using MinIO as an S3 object store.

Quick start

Create Minio secret, changing at least the secret-key, such as generated with openssl rand -hex 10

kubectl create secret generic minio \
    --from-literal=access-key=minioadmin \
    --from-literal=secret-key=minioadmin

If you're in a hurry and using a local cluster such as Docker Desktop, just use that secret as shown.

Copy configs/thanos-objstore-config.yaml to /tmp and modify secret_key and access_key according to the secret, above.

Create a secret from that modified file:

kubectl create secret generic thanos-objstore-config \
    --from-file=thanos-objstore-config.yaml=/tmp/thanos-objstore-config.yaml

If you were in a hurry, just use --from-file=thanos-objstore-config.yaml=configs/thanos-objstore-config.yaml

Some of the service manifests use type: LoadBalancer. On Docker Desktop those will bind to the respective desktop port. With other cluster types you may want to change those accordingly, such as type: NodePort.

Start up just Minio using:

kubectl apply -f minio-deployment.yaml -f minio-ext-service.yaml

Connect to Minio using the access key and secret, above, and create a bucket named "thanos". If deploying on Docker Desktop, Minio is available at http://localhost:9000/minio.

Now apply the remaining manifests in this directory using the following.

kubectl apply -f .

Some URLs of interest are as follows, assuming a Docker Desktop deployment:

try-thanos's People

Contributors

itzg 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.