cloud-native
Here are 629 public repositories matching this topic...
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Aug 22, 2020 - Go
Hey guys
I am learning and using seata recently, this is a great thing.
Component
spring-cloud-alibaba-seata:0.9.0.RELEASE
Question
I see that the seata source code contains the spring boot web dependency. **Is there a plan to support [sp
A Go standard library for microservices
-
Updated
Aug 22, 2020 - Go
Migrate all SBT dependency configs in Dependencies.scala to LibraryManagementSyntax type vs string
A curated list of Microservice Architecture related principles and technologies.
-
Updated
Aug 13, 2020
At least in the latest spec: https://openid.net/specs/openid-connect-rpinitiated-1_0.html
Currently Hydra uses id_token_hint to determine if logout is RP-initiated or OP-initiated. I do not think this is possible by relaying on id_token_hint.
Looking at the implementation of issueLogoutVerifier I think the logic is correct (if id_token_hint is missing, you ask for consent, if it is p
Micro is a framework for cloud native development
-
Updated
Aug 22, 2020 - Go
High-Performance server for NATS, the cloud native messaging system.
-
Updated
Aug 22, 2020 - Go
Storage Orchestration for Kubernetes
-
Updated
Aug 21, 2020 - Go
Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
-
Updated
Aug 21, 2020 - Shell
-
Updated
Aug 22, 2020
Latest chart fails to install CRD
Description
I installed openebs using following commands:
kubectl create ns openebs
kubectl config set-context $(kubectl config current-context) --namespace openebs
helm install openebs stable/openebs --version 1.10.0 --set crd.enableInstall=false --set rbac.pspEnabled=true
And here are two pods in CrashLoopBackOff:
$ kuBug Report
What is the issue?
In a CNI setup, init containers that try to make outbound connection will fail due to a timing issue between the CNI plugin modifying the pod iptables, and the proxy container coming up. The current workaround is to skip the outbound ports of the init containers. However, this only works if the skip port configuration is provided during the CNI installati
A service mesh for Kubernetes and beyond. Main repo for Linkerd 1.x.
-
Updated
Jul 30, 2020 - Scala
Dragonfly is an intelligent P2P based image and file distribution system.
-
Updated
Aug 20, 2020 - Go
An Efficient Enterprise-class Container Engine
-
Updated
Aug 19, 2020 - Go
[DocDB] in yb-master /tablet-servers view summarize read-replica and primary cluster info separately
Sample screenshot from the http://yb-master:7000/tablet-servers view of a Yugabyte universe with a primary cluster + read-replica cluster:
As you can see, the Tablet-Peers by Availability Zone section simply summarizes by
Integration with Netflix OSS components
-
Updated
Aug 21, 2020 - Java
There are a few samples at https://kubesphere.io/docs/quick-start/admin-quick-start/ helping users how to use KubeSphere. It would be better to create tutorial videos in English for these samples so that we can distribute them in some channels such as Youtube making more people get familiar with KubeSphere.
So call for English native speaker from the community to help us.
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
-
Updated
Aug 7, 2020 - Makefile
An open source, general-purpose policy engine.
-
Updated
Aug 21, 2020 - Go
@gy09535 Apache APISIX already support all nginx variables as limit key: http://nginx.org/en/docs/varindex.html, you just need to add it in the enum list of key: https://github.com/apache/apisix/blob/master/apisix/plugins/limit-req.lua#L29.
Originally posted by @moonming in apache/apisix#2094 (comment)
Golang client for NATS, the cloud native messaging system.
-
Updated
Aug 17, 2020 - Go
PostgreSQL cloud native High Availability and more.
-
Updated
Aug 21, 2020 - Go
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
-
Updated
Aug 21, 2020 - Python
A fast, lightweight and more productive microservices framework
-
Updated
Aug 17, 2020 - Java
What would you like to be added/modified:
Now, when we excute keadm reset, it will exit directly, without any confirmation prompt. Maybe we need a step for that.
Why is this needed:
To avoid a wrong input, or other reason not really want to reset, we need an intermediate step for confirmation. And it is also a best practice when we want to close or exit something.
For anyone
Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
-
Updated
Aug 13, 2020 - C++
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."




Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://