All Projects → kubernetes → Kubernetes

kubernetes / Kubernetes

Licence: apache-2.0
Production-Grade Container Scheduling and Management

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
powershell
5483 projects
Makefile
30231 projects
Dockerfile
14818 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kubernetes

Kops
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Stars: ✭ 13,601 (-83.75%)
Mutual labels:  containers, cncf
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (-31.84%)
Mutual labels:  containers, cncf
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (-99.68%)
Mutual labels:  containers, cncf
Minikube
Run Kubernetes locally
Stars: ✭ 22,673 (-72.92%)
Mutual labels:  containers, cncf
Containerd
An open and reliable container runtime
Stars: ✭ 9,956 (-88.11%)
Mutual labels:  containers, cncf
Distribution
The toolkit to pack, ship, store, and deliver container content
Stars: ✭ 6,445 (-92.3%)
Mutual labels:  containers, cncf
Falco
Cloud Native Runtime Security
Stars: ✭ 4,340 (-94.82%)
Mutual labels:  containers, cncf
Falco Security Workshop
Container Security Workshop covering using Falco on Kubernetes.
Stars: ✭ 91 (-99.89%)
Mutual labels:  containers, cncf
Aws Workshop For Kubernetes
AWS Workshop for Kubernetes
Stars: ✭ 2,450 (-97.07%)
Mutual labels:  containers, cncf
Hub
For the distributed charts search at hub.helm.sh
Stars: ✭ 239 (-99.71%)
Mutual labels:  cncf
Runj
runj is an experimental, proof-of-concept OCI-compatible runtime for FreeBSD jails.
Stars: ✭ 211 (-99.75%)
Mutual labels:  containers
Box
A mruby-based Builder for Docker Images
Stars: ✭ 236 (-99.72%)
Mutual labels:  containers
Kubernetes Container Service Gitlab Sample
This code shows how a common multi-component GitLab can be deployed on Kubernetes cluster. Each component (NGINX, Ruby on Rails, Redis, PostgreSQL, and more) runs in a separate container or group of containers.
Stars: ✭ 240 (-99.71%)
Mutual labels:  containers
Rok8s Scripts
Opinionated scripts for managing application deployment lifecycle in Kubernetes
Stars: ✭ 248 (-99.7%)
Mutual labels:  containers
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (-99.72%)
Mutual labels:  containers
Distribution Spec
OCI Distribution Specification
Stars: ✭ 250 (-99.7%)
Mutual labels:  containers
Self Hosted Docker Server Templates
Just some templates to get someone started with hosting various servers in Docker
Stars: ✭ 237 (-99.72%)
Mutual labels:  containers
Cwltool
Common Workflow Language reference implementation
Stars: ✭ 235 (-99.72%)
Mutual labels:  containers
Bitnami Docker Mariadb
Bitnami MariaDB Docker Image
Stars: ✭ 251 (-99.7%)
Mutual labels:  containers
Sig Release
Repo for SIG release
Stars: ✭ 244 (-99.71%)
Mutual labels:  cncf

Kubernetes (K8s)

GoPkg Widget CII Best Practices


Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for 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.


To start using K8s

See our documentation on kubernetes.io.

Try our interactive tutorial.

Take a free course on Scalable Microservices with Kubernetes.

To use Kubernetes code as a library in other applications, see the list of published components. Use of the k8s.io/kubernetes module or k8s.io/kubernetes/... packages as libraries is not supported.

To start developing K8s

The community repository hosts all information about building Kubernetes from source, how to contribute code and documentation, who to contact about what, etc.

If you want to build Kubernetes right away there are two options:

You have a working Go environment.
mkdir -p $GOPATH/src/k8s.io
cd $GOPATH/src/k8s.io
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make
You have a working Docker environment.
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make quick-release

For the full story, head over to the developer's documentation.

Support

If you need support, start with the troubleshooting guide, and work your way through the process that we've outlined.

That said, if you have questions, reach out to us one way or another.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].