Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanwalther/k8s-setup
Several recipes how to set up a Kubernetes (k8s) cluster.
https://github.com/stefanwalther/k8s-setup
bash-script k8s k8s-cluster kubernetes kubernetes-cluster terraform
Last synced: 4 days ago
JSON representation
Several recipes how to set up a Kubernetes (k8s) cluster.
- Host: GitHub
- URL: https://github.com/stefanwalther/k8s-setup
- Owner: stefanwalther
- License: mit
- Created: 2018-07-31T22:29:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T17:35:45.000Z (over 6 years ago)
- Last Synced: 2025-02-08T05:02:49.069Z (12 days ago)
- Topics: bash-script, k8s, k8s-cluster, kubernetes, kubernetes-cluster, terraform
- Language: Shell
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-setup
> Several recipes how to setup a Kubernetes (k8s) cluster.
---
## Motivation
Modern software systems may require as a prerequisite to have a working Kubernetes cluster (such as Qlik Sense Multi-Cloud).
The goal of this repository is to collect instructions how to set up a k8s on different cloud-providers and systems, by providing step-by-step instructions, but also useful scripts.
## Installation
The best way to use the scripts provided here is to clone the entire directory:
```
$ git clone https://github.com/stefanwalther/k8s-setup
```## Recipes
### AWS
- [Creating a k8s cluster using AWS kops - step by step](https://medium.com/containermind/how-to-create-a-kubernetes-cluster-on-aws-in-few-minutes-89dda10354f4)
- [Creating a k8s cluster using AWS kops - using a bash script](./docs/aws-kops.md)## About
### Author
**Stefan Walther**- [twitter/waltherstefan](http://twitter.com/waltherstefan)
- [github.com/stefanwalther](http://github.com/stefanwalther)
- [LinkedIn](https://www.linkedin.com/in/stefanwalther/)
- [stefanwalther.io](http://stefanwalther.io) - Private blog
- [qliksite.io](http://qliksite.io) - Qlik Sense / QAP related blog
- [qlikblog.at](http://qlikblog.at) - QlikView related blog### Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/stefanwalther/k8s-setup/issues). The process for contributing is outlined below:1. Create a fork of the project
2. Work on whatever bug or feature you wish
3. Create a pull request (PR)I cannot guarantee that I will merge all PRs but I will evaluate them all.
### License
MIT***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on August 23, 2018._