본문 바로가기

helm4

Redis cluster 2021.05.20, 2021.01.20 1. Redis cluster - Redis is an advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs. - Redis cluster chart bootstraps a Redis deployment on a Kubernetes cluster using the Helm package manager. - Reference https://redis.io/ https://bitnami.com/stack/r.. 2021. 9. 22.
Helm 2020.09.04 1. Helm Helm is the Kubernetes package manager 2. Helm 3.3.1 구성하기 - https://helm.sh/docs/intro/install/ a. Install Helm $ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/v3.3.1/scripts/get-helm-3 $ chmod 744 get_helm.sh $ ./get_helm.sh Downloading https://get.helm.sh/helm-v3.3.1-darwin-amd64.tar.gz Preparing to install helm into /usr/local/bin Password: helm inst.. 2021. 9. 21.
Jenkins 2021.03.20 1. Jenkins ? - Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. - https://www.jenkins.io/ 2. Environments - Kubernetes 1.16.15 - jenkinsci/jenkins chart 3.2.4 - Jenkins 2.277.1 - Jenkins plug-in ✓ Kubernetes plugin 1.29.2 ✓ Matrix Authorization Strategy 2.6.5 .. 2021. 9. 18.
Harbor 2021.4.29 1. Harbor (Private Docker Registry, https://goharbor.io/) - What is Harbor? Harbor is an open source container image registry that secures images with role-based access control, scans images for vulnerabilities, and signs images as trusted. A CNCF Incubating project, Harbor delivers compliance, performance, and interoperability to help you consistently and securely manage images across.. 2021. 9. 18.