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 22,451 public repositories matching this topic...
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there
What happened?
If you don't pass a --name argument to your etcd processes, they will all have the name default and the cluster will operate normally. However, when you add a member, the generated ETCD_INITIAL_CLUSTER variable will have multiple entries with the name "default". When this environment variable is used, etcd will parse these into a mapping under a single key ("defau
The Cloud Native Application Proxy
-
Updated
Apr 26, 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
Apr 27, 2022 - Go
-
Updated
Apr 25, 2022 - JavaScript
overview
Today, the RequestRecorder records service RPC calls. If those take less than < 0ms, the recorder marks them as 0ms.
proposal
Make the RequestRecorder report the elapsed time for service calls that take less than < 0ms as decimal values, instead of 0.
notes
testing
If you take this on, I'd kindly advise to start in a TDD fashion. Write a test
Currently:
==> Audit <==
|---------|---------------------|----------|--------------|---------|-------------------------------|-------------------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------|----------|--------------|---------|-----------------------------
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
A docker-powered PaaS that helps you build and manage the lifecycle of applications
-
Updated
Apr 27, 2022 - Shell
能否在命名空间列表里面显示备注名称
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
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.
OpenFaaS - Serverless Functions Made Simple
-
Updated
Apr 27, 2022 - Go
Learn and understand Docker&Container technologies, with real DevOps practice!
-
Updated
Apr 11, 2022 - Go
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
-
Updated
Apr 27, 2022 - JavaScript
Complete container management platform
-
Updated
Apr 27, 2022 - Go
In what area(s)?
/area runtime
What version of Dapr?
All versions -- tested since 1.4.2.
Expected Behavior
The Dapr sidecar / daprd should not start when dapr-app-port and dapr-http-port are identical and return a meaningful error.
Actual Behavior
Dapr sidecar starts, but upon service invocation returns an error unrelated to the problem.
`{"errorCode":"ERR
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
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
Apr 27, 2022 - Go
Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
-
Updated
Apr 17, 2022 - JavaScript
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:
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Implement WarmPool.RenderTerraform()
2. Feel free to provide a design supporting your feature request.
/kind feature
/area terraform
/lifecycle frozen
enable node 18 on ci
Ìt seems a library is not compatible, worth look into it.
packages/plugins/memory test: FAIL test/memory.spec.ts (9.385 s)
packages/plugins/memory test: ● writing files › should abort while write a tarball
packages/plugins/memory test: TypeError: Cannot set property closed of [object Object] which has only a getter
packages/plugins/memory test: at class_2.Object.<anonymous>.Fs
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。
-
Updated
Apr 21, 2022
Best Practices on Recommendation Systems
-
Updated
Apr 26, 2022 - Python
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 13 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia





Nowadays, when the kube-scheduler is initialized, the provided component config (via
--configflag) is logged. E.g.