Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Kubernetes | 14,249 | 13 days ago | 7 | other | Shell | |||||
A curated list for awesome kubernetes sources :ship::tada: | ||||||||||
Xg2xg | 13,355 | 21 hours ago | 48 | |||||||
by ex-googlers, for ex-googlers - a lookup table of similar tech & services | ||||||||||
Infracost | 9,595 | 2 days ago | 144 | July 21, 2023 | 142 | apache-2.0 | Go | |||
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill! | ||||||||||
Cloudquery | 5,157 | 7 | 9 hours ago | 345 | May 22, 2023 | 332 | mpl-2.0 | Go | ||
The open source high performance data integration platform built for developers. | ||||||||||
Complete Placement Preparation | 2,800 | 11 days ago | 4 | Python | ||||||
This repository consists of all the material required for cracking the coding rounds and technical interviews during placements. | ||||||||||
Vscode Infracost | 1,750 | 4 days ago | 24 | apache-2.0 | TypeScript | |||||
See cost estimates for Terraform right in your editor💰📉 | ||||||||||
Cloudcomparer | 1,335 | 5 days ago | 25 | mit | SCSS | |||||
Compare the various managed cloud services offered by the major public cloud providers in the market. | ||||||||||
Autok3s | 603 | 9 days ago | 53 | August 11, 2022 | 32 | apache-2.0 | Go | |||
Run K3s Everywhere | ||||||||||
Cloudfront Auth | 594 | a year ago | 44 | isc | JavaScript | |||||
An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login | ||||||||||
Terraform Examples | 527 | 8 months ago | 11 | mit | HCL | |||||
Terraform samples for all the major clouds you can copy and paste. The future, co-created. |
English / 简体中文
K3s is a fully certified Kubernetes offering, it can replace the "full-fat" K8s in some cases.
AutoK3s is a lightweight tool for simplifying the cluster management of K3s, it can help you Run K3s Everywhere.
Now supports the following providers, we encourage submitting PR contribution for more providers:
Scenario 1 - Run with docker:
# The commands will start autok3s daemon with an interactionable UI.
# Standard Linux (Recommended)
$ docker run -itd --restart=unless-stopped --net=host -v /var/run/docker.sock:/var/run/docker.sock cnrancher/autok3s:v0.9.1
# MacOS
$ docker run -itd --restart=unless-stopped -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock -e DOCKER_HOST="" cnrancher/autok3s:v0.9.1
Scenario 2 - Run with docker-compose
# AutoK3s is available at: http://autok3s.vcap.me (vcap.me resolves to 127.0.0.1).
# The cli and container uses the same `AUTOK3S_CONFIG` directory.
docker-compose up -d
Scenario 3 - Run with cli:
# The commands use the shell script on MacOS and Linux, or visit the Releases page to download the executable for Windows.
curl -sS https://rancher-mirror.rancher.cn/autok3s/install.sh | sh
# The commands will start autok3s daemon and popup default browser with an interactionable UI.
autok3s -d serve
For v0.5.0 or newer version
To uninstall autok3s cli, please execute command below:
/usr/local/bin/autok3s-uninstall.sh
In the demo, we install K3s by k3d provider in around 1 minute, and we can manage K3s clusters by kube-explorer dashboard.
Watch the demo:
Use dapper
to manage project compilation, testing and packaging.
make autok3s build
make autok3s unit
make autok3s package only
Install dapper
please follow the dapper project.
AutoK3s is 100% open-source software. The project source code is spread across a number of repos:
Copyright (c) 2023 SUSE
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.