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 13,805 public repositories matching this topic...
-
Updated
Jul 17, 2020 - C
I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with ECDHE-RSA-AES256-GCM-SHA384 despite --cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 being set.
$ pgrep -laf /usr/bin/etcd
21968 /usr/bin/etcd --listen-client-urls https://0.0.0.0:4000 --adv
Do you want to request a feature or report a bug?
Documentation improvement
In digestAuth documentation, Kubernetes section does not contain any useful example explaining how to put credentials into a file. The given example is same as users(using base
Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.
Additional Details
There are many use-cases that come to mind:
- Using environment variables inside the d
Currently at 66.1%.
Sorry in advance but the issue template really does not apply at all to my issue.
Abstract
When using the none driver in a linux environment I get issues with PVCs after restarting. This is due to the /tmp directory being a tmpfs filesystem.
Details
Many mainstream linux distributions adopted systemd as the init system quite a while ago, and under this system, the /tmp director
-
Updated
Jul 8, 2020 - Go
-
Updated
Jul 14, 2020 - Go
-
Updated
Jul 17, 2020 - Go
Given the stable and incubator support plan and Deprecation Timeline, the community (chart OWNERS, organizations, groups or individuals who want to host charts) are moving charts to new Helm repos, and will list these new repos on the [Helm Hub]
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Go
-
Updated
Jul 11, 2020 - Shell
Some documentation could be improved by adding some options to runsc spec to allow users to specify the command and some other common OCI options. This could also improve the getting started experience for folks who are kicking the tires with runsc.
I'm thinking of the following options:
- Option to specify the command
- Option to specify working directory
- Option to specify network names
-
Updated
Jul 16, 2020 - TypeScript
Expected behavior
Before Skaffold supported parallel local builds, we used profiles for that matter, building profiles concurrently.
That allows us to stream build log for each profile (one profile per image) to file named like {LOGS_DIR}/build/{PROFILE_NAME}.log.
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 17, 2020 - Jsonnet
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 16, 2020 - C#
Is your feature request related to a problem? Please describe.
Because manipulating kubernetes often requires changing configmap and/or secrets, it is fair to presume that one would use the create/edit feature to enter sensitive informatio
-
Updated
Jul 8, 2020 - Go
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 1 day ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia

What would you like to be added:
I would like debug logging to show the heart of the processing of a patch request. For example, showing the inputs and outputs of https://github.com/kubernetes/apiserver/blob/fa3c8ad6d7aff4ba13bf7296583ed2815db1be44/pkg/endpoints/handlers/patch.go#L620 .
Why is this needed: