All Projects → klts-io → kubernetes-lts

klts-io / kubernetes-lts

Licence: other
Kubernetes LTS(long term support)

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to kubernetes-lts

k8s-set-context
GitHub Action for setting context and retrieving Kubeconfig before deploying to Kubernetes clusters
Stars: ✭ 51 (-72.58%)
Mutual labels:  k8s
cicd-demo
A demo repository that shows CI/CD integration using DroneCI + ArgoCD + Kubernetes.
Stars: ✭ 36 (-80.65%)
Mutual labels:  k8s
gitops-build-lib
Jenkins pipeline shared library for automating deployments via GitOps
Stars: ✭ 23 (-87.63%)
Mutual labels:  k8s
k8s-buildkite-plugin
Run any buildkite build step as a Kubernetes Job
Stars: ✭ 37 (-80.11%)
Mutual labels:  k8s
kube-alive
Some tools to experiment with Kubernetes to observe it's real-life behavior
Stars: ✭ 32 (-82.8%)
Mutual labels:  k8s
katana-skipper
Simple and flexible ML workflow engine
Stars: ✭ 234 (+25.81%)
Mutual labels:  k8s
postgres
A PostgreSQL database used by Deis Workflow.
Stars: ✭ 37 (-80.11%)
Mutual labels:  k8s
docker-nodebb
NodeBB forum software Docker image with persistent storage support. k8s tested.
Stars: ✭ 27 (-85.48%)
Mutual labels:  k8s
ansible-role-k8s
This role render an arbitrary number of Jinja2 templates and deploys or removes them to/from Kubernetes clusters.
Stars: ✭ 26 (-86.02%)
Mutual labels:  k8s
sig-windows-dev-tools
This is a batteries included local development environment for Kubernetes on Windows.
Stars: ✭ 52 (-72.04%)
Mutual labels:  k8s
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-93.55%)
Mutual labels:  k8s
aks-keyvault
Access Azure Key Vault secrets, keys and certs from AKS Pods using Secret Store CSI provider and Pod Identity.
Stars: ✭ 21 (-88.71%)
Mutual labels:  k8s
KUR8
A visual overview of Kubernetes architecture and Prometheus metrics
Stars: ✭ 197 (+5.91%)
Mutual labels:  k8s
tondra
Continuous Development on Kubernetes environments with Skaffold
Stars: ✭ 105 (-43.55%)
Mutual labels:  k8s
go
OpenAPI based generated Go Client for Kubernetes
Stars: ✭ 134 (-27.96%)
Mutual labels:  k8s
netmaker
Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Stars: ✭ 4,147 (+2129.57%)
Mutual labels:  k8s
k8s-nuclei-templates
Nuclei templates for K8S security scanning
Stars: ✭ 85 (-54.3%)
Mutual labels:  k8s
k8s-actions
Enable GitHub developers to deploy to Kubernetes service using GitHub Actions
Stars: ✭ 104 (-44.09%)
Mutual labels:  k8s
kong-map
Kongmap is a free visualization tool which allows you to view and edit configurations of your Kong API Gateway Clusters, including Routes, Services, and Plugins/Policies. The tool is being offered for installation via Docker and Kubernetes at this time.
Stars: ✭ 60 (-67.74%)
Mutual labels:  k8s
tyk-operator
Tyk Operator for Kubernetes
Stars: ✭ 88 (-52.69%)
Mutual labels:  k8s

KLTS

KLTS, known as Kubernetes Long Term Support, provides free maintenance support for early Kubernetes versions for up to three years, actively fix the CVE vulnerabilities and critical bugs, to help many enterprise users to stay with early Kubernetes versions.


To start using KLTS

Available KLTS Versions

Below lists the status of each release image and package and you can click any to learn the detailed logs.

Images Packages
v1.23.5 v1.23.5-lts.1 v1.23.5-lts.1
v1.22.8 v1.22.8-lts.1 v1.22.8-lts.1
v1.21.11 v1.21.11-lts.1 v1.21.11-lts.1
v1.20.15 v1.20.15-lts.2 v1.20.15-lts.2
v1.19.16 v1.19.16-lts.3 v1.19.16-lts.3
v1.18.20 v1.18.20-lts.2 v1.18.20-lts.2
v1.17.17 v1.17.17-lts.1 v1.17.17-lts.1
v1.16.15 v1.16.15-lts.1 v1.16.15-lts.1
v1.15.12 v1.15.12-lts.1 v1.15.12-lts.1
v1.14.10 v1.14.10-lts.1 v1.14.10-lts.1
v1.13.12 v1.13.12-lts.1 v1.13.12-lts.1
v1.12.10 v1.12.10-lts.1 v1.12.10-lts.1
v1.11.10 v1.11.10-lts.1 v1.11.10-lts.1
v1.10.13 v1.10.13-lts.1 v1.10.13-lts.1

CVE Source

Documents


To start contributing KLTS

Check out the specified patch release

You can directly check out the specified release by running the following code. For details about the releases provided by KLTS, see ./releases.yml

make v1.19.16-lts.3

Build

Since the repos branch is used as a software source for RPM and DEB and direct cloning is very large, you can try to only clone a single branch as follows.

git clone --single-branch -b main https://github.com/klts-io/kubernetes-lts

Build image

Run the following code to build your image:

make build-image

Check more images from Images artifacts.

Build client and server

Run the following code to build the client and server:

make build-binaries

Official patch release

For details about Kubernetes patch releases, see patch release.

Contributors

Made with contrib.rocks.

License

Copyright 2022 the KLTS.io Authors. All rights reserved.

Licensed under the Apache License, Version 2.0.

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].