https://github.com/msfidelis/kubernetes-with-cri-o
:package: :rocket: :package: - Kubernetes Cluster setup using CRI-O Runtime
https://github.com/msfidelis/kubernetes-with-cri-o
cloud-native cncf cri-o kubernetes kubernetes-cluster
Last synced: 3 months ago
JSON representation
:package: :rocket: :package: - Kubernetes Cluster setup using CRI-O Runtime
- Host: GitHub
- URL: https://github.com/msfidelis/kubernetes-with-cri-o
- Owner: msfidelis
- License: mit
- Created: 2020-12-05T00:51:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T03:37:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T14:22:26.718Z (7 months ago)
- Topics: cloud-native, cncf, cri-o, kubernetes, kubernetes-cluster
- Language: Jinja
- Homepage: https://cri-o.io
- Size: 1.6 MB
- Stars: 93
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kubernetes setup with CRI-O Runtime 👋
> Example to build Kubernetes Clusters using CRI-O runtime instead of Docker

![]()
### 🏠 [Homepage](/)
### ✨ [Demo](/)
## Table of Contents
* **Youtube**
* [Kubernetes com CRI-O - Subindo um cluster do zero PT-BR](https://www.youtube.com/watch?v=3jS25eLz9mY)
* [CNCF Playlist PT-BR](https://www.youtube.com/watch?v=pFstphlh5A8&list=PLsyPhquWMjqEBjY0neO8R7qGIRP0Kkwm3)
* **Terraform Examples for Labs**
* [Google Cloud Platform](/terraform/gcp)
* [AWS](/terraform/aws)
* **CRI-O**
* [Official Website](https://cri-o.io)
* [Official Github](https://github.com/cri-o/cri-o)
* [crictl CRI-Tools](https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md)
* **Kubernetes**
* [Official Website](https://kubernetes.io)
* [Official Docs](https://kubernetes.io/docs/home/)
* [Official Github](https://github.com/kubernetes)
* **Cloud Native Computing Foundation**
* [Official Website](https://www.cncf.io)
* [Cloud Native Definition](https://github.com/cncf/toc/blob/master/DEFINITION.md)
* [Official Github](https://github.com/cncf)
* **Ansible**
* [Official Website](https://www.ansible.com)
* [Official Docs](https://docs.ansible.com)
* [Official Github](https://github.com/ansible/ansible)
* [installation Guide](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)## Ansible Example
Edit your `ansible.cfg` file to configure your private key, inventory e etc
```sh
ansible-playbook kubernetes-with-crio.yml
```#### Example with crictl instead of docker

## Author
👤 **Matheus Fidelis**
* Website: https://raj.ninja
* Twitter: [@fidelissauro](https://twitter.com/fidelissauro)
* Github: [@msfidelis](https://github.com/msfidelis)
* LinkedIn: [@msfidelis](https://linkedin.com/in/msfidelis)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Matheus Fidelis](https://github.com/msfidelis).
This project is [MIT](/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_