#GitLab Pipelines walkthrough
Explore tagged Tumblr posts
virtualizationhowto · 2 years ago
Text
GitLab CI CD Pipelines for Home Lab: A Step-by-Step Guide
GitLab CI CD Pipelines for Home Lab: A Step-by-Step Guide #homelab #selfhosted #GitLabCICDtutorial #HomeLabCICDsetup #StepByStepGitLabguide #CICDPipelinesexplained #GitLabhomelabprojects #ContinuousDeploymentHomeLab #ContinuousIntegration#GitLabPipeline
If you are like me, for years, you have used scheduled tasks in the home lab and production to accomplish various tasks. However, delving into the world of CI CD opens many opportunities to learn how to use this instead of rudimentary scheduled tasks to carry out automation. And the benefits are tremendous, especially when you use source to manage your DevOps code. However, many see the term “ci…
Tumblr media
View On WordPress
0 notes
jamercado · 2 years ago
Text
how to create a secret to deploy container images from the GitLab registry
Hi Friends! Do you have problems with the GitLab registry, Kubernetes secrets and GitOps? Please check this easy walkthrough and doing your life more happy and easy! #kubernetes #k8s #secops #devops #mlops #argocd #gitops #gitlab #token #RSE
You know the importance of the security process in Kubernetes and why, we don’t use the hardcode variables such as user and password to any pipeline process. Sure, you want to pull registries for your containers from different providers such as docker, Github, etc. (not only Gitlab registry). So, we need to introduce some security concepts known as secrets in Kubernetes, to obtain the adequate…
Tumblr media
View On WordPress
0 notes