Kubernetes
Kubernetes (commonly referred to as "K8s") is an open source system for automating deployment, scaling and management of containerized applications originally designed by Google and donated to the Cloud Native Computing Foundation. It aims to provide a "platform for automating deployment, scaling, and operations of application containers across clusters of hosts". It supports a range of container tools, including Docker.
Here are 23,420 public repositories matching this topic...
Bug description
netdatacli has limit for output size of 4096
Expected behavior
do we just increase this limit or make it transfer arbitrary message sizes?
What happened?
In a Jepsen test run of five etcd 3.5.3 nodes, with process pauses (sending processes SIGSTOP and SIGCONT), compaction (performed via the admin API), and defragmentation (via etcdctl), one etcd process crashed with the following error message:
{"level":"panic","ts":"2022-06-13T14:11:27.870Z","caller":"etcdserver/apply.go:638","msg":"unexpected error during txn","error
The Cloud Native Application Proxy
-
Updated
Jul 8, 2022 - Go
Multi-Cloud
-
Updated
Jul 8, 2022 - Go
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
Connect, secure, control, and observe services.
-
Updated
Jul 8, 2022 - Go
-
Updated
Jul 6, 2022 - JavaScript
Add basic CI
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
So pretty weird issue:
I am creating 2 prefixes, one empty, one not empty like this...
consul kv put testprefix/
consul kv put testprefix2/testkeythen when I curl those prefixes recursively like:
curl localhost:8500/v1/kv/testprefix?keys
# this is the reply -> ["testprefix/","testprefix2/testkey"]notice how only testprefix/ is specifically listed?
now
The files deploy/addons/aliyun_mirror.json and pkg/minikube/assets/addons.go should be updated to use the fully qualified image names docker.io/org/image instead of just org/image.
This should be done after https://github.
A docker-powered PaaS that helps you build and manage the lifecycle of applications
-
Updated
Jul 8, 2022 - Shell
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.
Output of helm version:
version.BuildInfo{Version:"v3.8.1", GitCommit:"5cb9af4b1b271d11d7a97a71df3ac337dd94ad37", GitTreeState:"clean", GoVersion:"go1.17.8"}
If HELM_DATA_HOME contains spaces, like `/Users/My Name/Library/hel
OpenFaaS - Serverless Functions Made Simple
-
Updated
Jul 7, 2022 - Go
Learn and understand Docker&Container technologies, with real DevOps practice!
-
Updated
Jul 1, 2022 - Go
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
-
Updated
Jul 8, 2022 - JavaScript
Complete container management platform
-
Updated
Jul 8, 2022 - Go
The feature ask - expose Dapr runtime version in the Metadata API: https://docs.dapr.io/reference/api/metadata_api/
There are certain scenarios where apps would like to check that they are running within a tested Dapr version.
An open source trusted cloud native registry project that stores, signs, and scans content.
-
Updated
Jul 8, 2022 - Go
Is your feature request related to a problem? Please describe.
Logs are shown in UTC. IT is frustrating when trying to troubleshoot an issue and need to keep converting timestamps to determine which logs are relevant.
**Describe the sol
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
-
Updated
Jun 11, 2022
Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
-
Updated
Jun 26, 2022 - JavaScript
Build cross-modal and multi-modal applications on the cloud
-
Updated
Jul 8, 2022 - Python
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
-
Updated
Jul 8, 2022 - Go
Our parser outputs all aggregations functions using the general sqlparser.FuncExpr. This is a little clunky and requires us to do additional checks before we are sure that the aggregation we have is valid and what it is aggregating.
I suggest we instead introduce one struct type per aggregation, and have them all implement some interface. This would help clean up the code.
Example:
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 23 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia





Presumably this would occur when changing the default from one class to another. E.g.
At the case in point, when there are 2 defaults, we currently do not assign default values to new PVCs.
We should change this semantic - while there a