-
Updated
May 11, 2022 - Go
k8s

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 4,360 public repositories matching this topic...
-
Updated
May 10, 2022 - Go
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
May 11, 2022 - Go
Hide secrets in logs
Summary
Currently, the secrets are printed in the logs without any filtering. It would be nice if the secrets could be redacted in the logs while being printed
Use Cases
This would prevent unintentional leaks of a secret in the log by running something like env
in the workflow
NOTE: This does not prevent intentionally leaks of the secrets. Someone can still run something like `en
-
Updated
May 9, 2022 - Shell
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
-
Updated
Apr 23, 2022 - Java
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
I had a MicroK8s instance that was running some services on port 80. After running sudo snap remove microk8s --purge
to remove it, I was unable to have anything else running on port 80. As an example, I would run this:
$ sudo python -m http.server 80
Serving HTTP on 0.0.0.0 port 80 (http://0.0.0.0:80/) ...
Which would result in this:
curl -v http://localhost:80/
* Try
-
Updated
May 10, 2022 - Go
Link to the issue (please include a link to the specific documentation or example):
https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1ServicePort.md
Description of the issue (please include outputs or screenshots if possible):
The documentation of the V1ServicePort defines target_port type as object. The link on the word object links is broken so the audience c
Expected Behaviour
Change the default cron spec in --etcd-snapshot-schedule-cron (default: "0 */12 * * *"):
--k3s-extra-args '--etcd-snapshot-schedule-cron * * * * *'
-
Updated
May 9, 2022 - Go
-
Updated
May 8, 2022 - Go
-
Updated
May 10, 2022 - Go
-
Updated
May 10, 2022 - Go
Hi,
It seems like naming a remote is subject to certain limitations as groupadd
is executed (potentially 32chars?).
Example
apiVersion: gitkube.sh/v1alpha1
kind: Remote
metadata:
name: app-remote
namespace: my-really-really-really-long-ns
k logs po/gitkub
-
Updated
Mar 3, 2022 - Shell
-
Updated
May 5, 2022 - Go
Hi,
This is a useful tool for any DevOps/SRE teams managing K8S clusters and apps.
One question though, will this be able to detect changes to Secrets stored in an external store like the GoDday one or the HashiCorp Vault.
thanks,
KK
-
Updated
May 10, 2022 - Go
-
Updated
May 10, 2022 - Python
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 8 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
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