Here are
155 public repositories
matching this topic...
Certificate authority and access plane for SSH, Kubernetes, web applications, and databases
Xinfra Monitor monitors the availability of Kafka clusters by producing synthetic workloads using end-to-end pipelines to obtain derived vital statistics - E2E latency, service produce/consume availability, offsets commit availability & latency, message loss rate and more.
A scalable cloud computing blockchain platform
A High Performance HTTP Server for Ruby
Python 3.6+ toolbox for submitting jobs to Slurm
Updated
Jul 18, 2021
Python
Admiral provides automatic configuration generation, syncing and service discovery for multicluster Istio service mesh
For help, ask in #questions at slack.jscomplete.com
Updated
Apr 7, 2020
JavaScript
⚡️ A pretty swell Kubernetes visualization tool
Updated
Feb 28, 2021
JavaScript
Tiny (1kb less) but very powerful React Google Map
Updated
Oct 16, 2020
JavaScript
Drain log template miner in Python3
Updated
Jul 22, 2021
Python
Browse your AWS ECS Clusters in the Terminal
Implementation of code snippets, exercises and application to live data from Machine Learning for Asset Managers (Elements in Quantitative Finance) written by Prof. Marcos López de Prado.
Updated
Jul 26, 2021
Python
Fast Word Clustering Software
How to initialize Anchors in Faster RCNN for custom dataset?
Updated
Aug 18, 2020
Jupyter Notebook
A graphical user interface for distributed data processing of high throughput genomics
Updated
Jul 25, 2021
JavaScript
Infer cell types in scRNA-seq data using bulk RNA-seq or gene sets
ElasticScout is an optimized Laravel Scout driver for Elasticsearch 7.1+
Python CLI to apply word2vec to all sorts of text documents.
Updated
Apr 12, 2017
Python
Warewulf is a stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.
A tool to run workshops with
Updated
Mar 20, 2018
Java
DRMAA for Slurm: Implementation of the DRMAA C bindings for Slurm
A lightweight CLI for quickly finding specific k8s resources (by pattern matching Names) across all clusters available to kubectl.
A framework for large multi-process Discord bots
Updated
Apr 5, 2021
TypeScript
Interactive tree-maps with SBERT & Hierarchical Clustering (HAC)
Updated
Oct 11, 2020
Python
A lightweight REST interface for under-the-covers cluster system management.
Updated
Jun 28, 2017
Python
The Partitioning Around Medoids (PAM) implementation of the K-Medoids algorithm in Python [Unmaintained]
Updated
Jun 15, 2018
Jupyter Notebook
A pytest powered framework for multi-host integration and system testing
Updated
Jun 15, 2018
Python
SAP HANA platform bootstrap salt formula
Updated
Jul 2, 2021
SaltStack
Improve this page
Add a description, image, and links to the
clusters
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
clusters
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This issue is related to #521. Whenever the CRDReplicator starts, it gets the
ClusterIDfrom a configmap. If the configmap has not been created yet, it should not appear as ready. Enforce the notReady status by using areadinessProbeand setting it to ready after theclusterIDfetch.https://github.com/liqotech/liqo/blob/756e9c1cf297a7370c1f151d45745719a0c63b28/cmd/crd-replicator/main.go#