odedia / tap-installer

Install Tanzu Application Platform with "kubectl apply" only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing TAP with kubectl only

This is an experimental project: the goal is to install Tanzu Application Platform into your favorite Kubernetes cluster in 2 steps.

First you set some configuration parameters: Tanzu Network credentials, registry configuration, etc.

Then you run the installation process with a single command:

kubectl apply -f tap-installer

That's all you need to do 🤯

The installation process takes care of everything, including downloading dependencies from Tanzu Network such as Cluster Essentials and configuring TAP. No need to worry about CLI tools such as tanzu.

Please note that this project is authored by a VMware employee under open source license terms.

This is obviously not production ready!

Contribute

Contributions are always welcome!

Feel free to open issues & send PR.

License

Copyright © 2022 VMware, Inc. or its affiliates.

This project is licensed under the Apache Software License version 2.0.

About

Install Tanzu Application Platform with "kubectl apply" only

License:Apache License 2.0


Languages

Language:Shell 89.3%Language:Dockerfile 7.5%Language:Makefile 3.2%