Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuancamtbtx/reusable-bigdata-stack-on-k8s

Bigdata stack include spark, airflow run on k8s
https://github.com/tuancamtbtx/reusable-bigdata-stack-on-k8s

airflow bigdata docker k8s spark

Last synced: about 1 month ago
JSON representation

Bigdata stack include spark, airflow run on k8s

Awesome Lists containing this project

README

        

# Kubernetes Deep Dive

![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)

## Bigdata Stack Build on K8S
![Apache Spark](https://img.shields.io/badge/Apache%20Spark-FDEE21?style=for-the-badge&logo=apachespark&logoColor=white)
![Apache Flink](https://img.shields.io/badge/Apache%20Flink-E6526F?style=for-the-badge&logo=Apache%20Flink&logoColor=white)
![Apache Airflow](https://img.shields.io/badge/Apache%20Airflow-017CEE?style=for-the-badge&logo=Apache%20Airflow&logoColor=white)
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)
![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)

## Table of contents
- [Requirements](#requirements)
- [Usage](#usage)
- [Contributing](#contributing)
- [Contact](#Contact)
- [License](#license)
## Overview k8s
Your Image

### Docker Publish
1. Jupyterhub
```
docker pull ghcr.io/tuancamtbtx/jupyterhub:main
```
2. Airflow
```
docker pull ghcr.io/tuancamtbtx/airflow:main
```
3. Spark
```
docker pull ghcr.io/tuancamtbtx/spark:main
```
4. Flink
```
docker pull ghcr.io/tuancamtbtx/flink:main
```
5. Superset
```
docker pull ghcr.io/tuancamtbtx/superset:main
```
## Contributing
The project has a separate contribution file. Please adhere to the steps listed in the separate contributions [file](./CONTRIBUTING.md)

## Contact
You can reach me on





## License
[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)

## Reference:
Overview of Kubernetes [alexxubyte](https://www.linkedin.com/in/alexxubyte)