Skip to content
#

Kubernetes

kubernetes logo

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 18,984 public repositories matching this topic...

netdata
HolgerHees
HolgerHees commented May 17, 2019

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

lens
dapr
fbridger
fbridger commented Aug 19, 2021

In what area(s)?

/area runtime

/area operator

/area placement

/area docs

/area test-and-release

Ask your question here

How can I communicate with the Dapr Sidecar using a secure communication channel (HTTPS)?

I would like to be able to redirect all traffic coming from our API Gateway to the Dapr sidecars using a secure communication channel as described in the

seaweedfs

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, local tiering, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, Hadoop, WebDAV, encryption, Erasure Coding.

  • Updated Sep 7, 2021
  • Go
aquarapid
aquarapid commented Jun 14, 2021

Scenario:

  • Single vttablet, connecting to external MySQL (happens to be RDS Aurora, but I doubt it matters).
  • Single unsharded keyspace (keyspace3), no vschema, with a single table, containing a single row
  • Test program using the Python pymysql driver, using the CLIENT.FOUND_ROWS flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
verdaccio
jeffrson
jeffrson commented Jun 15, 2021

Describe the bug

Without a valid logger configuration verdaccio always outputs a deprecation warning about "multiple logger configuration".

This is apparently due to
https://github.com/verdaccio/verdaccio/blob/master/packages/logger/src/logger.ts#L101
which wraps DEFAULT_LOGGER_CONF in an array if there's no logger configuration in current config.

Furthermore, https://verdaccio.org/

HariSekhon
HariSekhon commented Jul 6, 2021

Please add support to skaffold apply for using Kubernetes manifests from stdin, similar to what kubectl apply -f - does.

Obviously it'd be nice to support the same -f - are that kubectl does but I can't due to that already being taken for -f skaffold.yaml, but could still support accepting k8s manifests from stdin if no file args are given.

The current workaround of outputting to a f

gvisor
bemasc
bemasc commented May 19, 2021

The doc says

	// Unlike io.Writer.Write, Endpoint.Write transfers ownership of any bytes
	// successfully written to the Endpoint. That is, if a call to
	// Write(SlicePayload{data}) returns (n, err), it may retain data[:n], and
	// the caller should not use data[:n] after Write returns.

but the signature of Write has since changed. It no longer accepts a slice payload, so this

Created by @jbeda, @brendandburns, and @craigmcl

Released July 21, 2015

Latest release 19 days ago

Repository
kubernetes/kubernetes
Website
kubernetes.io
Wikipedia
Wikipedia

Related Topics

cloud-native containers devops