All Projects → ViaQ → loki-operator

ViaQ / loki-operator

Licence: Apache-2.0 license
viaq.github.io/loki-operator/

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to loki-operator

ibm-spectrum-scale-csi
The IBM Spectrum Scale Container Storage Interface (CSI) project enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.
Stars: ✭ 41 (+36.67%)
Mutual labels:  openshift, operator
Deploy
Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform
Stars: ✭ 78 (+160%)
Mutual labels:  openshift, operator
wildfly-operator
Kubernetes Operator for WildFly
Stars: ✭ 28 (-6.67%)
Mutual labels:  openshift, operator
grafana-operator
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
Stars: ✭ 449 (+1396.67%)
Mutual labels:  openshift, operator
anthill
A Kubernetes/OpenShift operator to manage Gluster clusters
Stars: ✭ 35 (+16.67%)
Mutual labels:  openshift, operator
argocd-operator-helm
[DEPRECATED] Argo CD Operator (Helm) installs Argo CD in OpenShift and Kubernetes.
Stars: ✭ 18 (-40%)
Mutual labels:  openshift, operator
Camel K
Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
Stars: ✭ 549 (+1730%)
Mutual labels:  openshift, operator
K8up
Kubernetes and OpenShift Backup Operator
Stars: ✭ 130 (+333.33%)
Mutual labels:  openshift, operator
pulp-operator
Kubernetes Operator for Pulp 3. Under active development.
Stars: ✭ 32 (+6.67%)
Mutual labels:  openshift, operator
Argocd Operator
A Kubernetes operator for managing Argo CD clusters.
Stars: ✭ 151 (+403.33%)
Mutual labels:  openshift, operator
deploy
Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform
Stars: ✭ 133 (+343.33%)
Mutual labels:  openshift, operator
logging-operator
A golang based operator to create and manage EFK (Elasticsearch, Fluentd, and Kibana) stack on Kubernetes
Stars: ✭ 42 (+40%)
Mutual labels:  openshift, operator
cryostat-operator
An OpenShift Operator to facilitate setup and management of Cryostast and expose the Cryostat API through Kubernetes Custom Resources.
Stars: ✭ 25 (-16.67%)
Mutual labels:  openshift, operator
openshift-quickstart
Developer Workshops related to the Java development on OpenShift
Stars: ✭ 19 (-36.67%)
Mutual labels:  openshift
ods-jenkins-shared-library
Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Stars: ✭ 51 (+70%)
Mutual labels:  openshift
openshift-on-footloose
Running Openshift on Footloose, docker in docker
Stars: ✭ 27 (-10%)
Mutual labels:  openshift
sarjitsu
dockerized setup for visualizing System Activity Report (SAR) data.
Stars: ✭ 20 (-33.33%)
Mutual labels:  openshift
oracle-database-operator
The Oracle Database Operator for Kubernetes (a.k.a. OraOperator) helps developers, DBAs, DevOps and GitOps teams reduce the time and complexity of deploying and managing Oracle Databases. It eliminates the dependency on a human operator or administrator for the majority of database operations.
Stars: ✭ 74 (+146.67%)
Mutual labels:  operator
kourier
Kourier is a Knative Serving Ingress. It has been adopted by Knative, and we keep developing it at: github.com/knative/net-kourier
Stars: ✭ 47 (+56.67%)
Mutual labels:  openshift
learning-unit-testing-for-k8s-operator
学习如何为 Kubernetes Operators 进行单元测试 Learning How to Write Unit Tests for Kubernetes Operators
Stars: ✭ 51 (+70%)
Mutual labels:  operator

DEPRECATION NOTICE

This repository is deprecrated and transfered to upstream github.com/grafana/loki. Please re-open any issues and pull-request there.

go test Coveralls github Report Card

Loki Operator by Red Hat

This is the Kubernetes Operator for Loki provided by the Red Hat OpenShift engineering team. This is currently a work in progress and is subject to large scale changes that will break any dependencies. Do not use this in any production environment.

Development

Requirements:

  1. Running Kubernetes cluster. Our team uses KinD or K3s for simplicity.
  2. A container registry that you and your Kubernetes cluster can reach. We recommend quay.io.

Build and push the container image and then deploy the operator with make oci-build oci-push deploy IMG=quay.io/my-team/loki-operator:latest. This will deploy to your active Kubernetes/OpenShift cluster defined by your local kubeconfig.

For detailed step-by-step guide on how to start development and testing on Kind and OpenShift, check our documentation

Also, there is a document which demonstrates how to use Loki Operator for development and testing locally without deploying the operator each time on Kind and OpenShift.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].