Giter Site home page Giter Site logo

beshkenadze / meilisearch-kubernetes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meilisearch/meilisearch-kubernetes

0.0 0.0 0.0 172 KB

Meilisearch on Kubernetes Helm charts and manifests

Home Page: https://www.meilisearch.com/

License: MIT License

Mustache 100.00%

meilisearch-kubernetes's Introduction

Meilisearch Kubernetes

Meilisearch Kubernetes

License Bors enabled

The Meilisearch tool for Kubernetes โš“๏ธ

Meilisearch is an open-source search engine. Discover what Meilisearch is!

Table of Contents

๐Ÿ“– Documentation

See our Documentation or our API References.

๐Ÿš€ Getting Started

Kubernetes (K8s), is an open-source system for automating deployment, scaling, and management of containerized applications. You can run a Meilisearch instance inside your Kubernetes cluster, either if you want to expose it to the outside world or just let some other applications use it inside your cluster and take advantage of the instant and powerful search engine.

First of all, you will need a Kubernetes cluster up and running. If you are not familiar with how Kuberentes works or need some help with this step, please check the Kubernetes documentation.

Install kubectl

kubectl is the most commonly used CLI to manage a Kubernetes cluster. The installation instructions are available here.

Deploy Meilisearch using manifests

Install and run Meilisearch

kubectl apply -f manifests/meilisearch.yaml

Uninstall Meilisearch

kubectl delete -f manifests/meilisearch.yaml

Deploy Meilisearch using Helm

Helm works as a package manager to run pre-configured Kubernetes resources. Using our Helm chart you will be able to deploy a Meilisearch instance in you Kubernetes cluster, with several customizable configurations.

Install helm

Helm CLI is a Command Line Interface which will automate chart management and installation on your Kubernetes cluster. To install Helm, follow the Helm installation instructions.

The Parameters section lists the parameters that can be configured during installation.

Install Meilisearch chart

First, add the Meilisearch chart repository

helm repo add meilisearch https://meilisearch.github.io/meilisearch-kubernetes

Now install/upgrade the chart

# Replace <your-instance-name> with the name you would like to give to your service
helm upgrade -i <your-service-name> meilisearch/meilisearch

Uninstalling the Chart

To uninstall/delete the Meilisearch deployment:

# Replace <your-instance-name> with the name of your deployed service
helm uninstall <your-service-name>

๐Ÿค– Compatibility with Meilisearch

This chart only guarantees the compatibility with the version v0.27.1 of Meilisearch.

โš™๏ธ Development Workflow and Contributing

Any new contribution is more than welcome in this project!

If you want to know more about the development workflow or want to contribute, please visit our contributing guidelines for detailed instructions!


Meilisearch provides and maintains many SDKs and Integration tools like this one. We want to provide everyone with an amazing search experience for any kind of project. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the integration-guides repository.

meilisearch-kubernetes's People

Contributors

meili-bot avatar eskombro avatar bors[bot] avatar alallema avatar curquiza avatar carlreid avatar helmutlety avatar thearas avatar tpayet avatar deshetti avatar yagince avatar adinhodovic avatar allangalera avatar johankok avatar kacy avatar nainterceptor avatar renehernandez 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.