This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prerequisitos | |
- Cluster Kubernetes (>=v1.15) minikube, GKE, azure, https://www.katacoda.com/courses/kubernetes/playground (riesgo de desconexión) | |
- Editor de código | |
- kubectl | |
- cli tekton: https://github.com/tektoncd/cli | |
- cuenta en docker hub o algún registry | |
- crear namespace tekton-cicd | |
- crear secreto tipo kubernetes.io/dockerconfigjson con tales credenciales en su cluster en el namespace | |
tekton-cicd. En el caso de docker-hub: |