Skip to content

Production-Grade Container Scheduling and Management

License

Notifications You must be signed in to change notification settings

fl0mb/kubernetes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes (K8s)

Go Report Card GitHub release (latest SemVer)

Kubernetes fork to build custom kubectl which adds a custom header and allows authentication via unencrypted HTTP connections. Mainly a test to exploit Tekton dashboard proxying behavior.

Build:

git clone https://github.com/fl0mb/kubernetes.git
go build -o k-test cmd/kubectl/kubectl.go

Example use:

./kubectl exec -it pod --server='http://<tekton-dashboard>:9097' --token=$token -- sh     

Kubernetes, also known as K8s, is an open source system for managing [containerized applications] across multiple hosts. It provides basic mechanisms for the deployment, maintenance, and scaling of applications.

Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called [Borg], combined with best-of-breed ideas and practices from the community.

Kubernetes is hosted by the Cloud Native Computing Foundation ([CNCF]). If your company wants to help shape the evolution of technologies that are container-packaged, dynamically scheduled, and microservices-oriented, consider joining the CNCF. For details about who's involved and how Kubernetes plays a role, read the CNCF [announcement].


About

Production-Grade Container Scheduling and Management

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.0%
  • Shell 2.6%
  • PowerShell 0.2%
  • Makefile 0.1%
  • Dockerfile 0.1%
  • Python 0.0%