Manage Container (Docker) Images, Helm, CNAB, and Other Artifacts With Harbor

  Рет қаралды 11,161

DevOps Toolkit

DevOps Toolkit

Күн бұрын

Пікірлер: 33
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Where are you storing container images and other artifacts?
@shuhaibkk8896
@shuhaibkk8896 2 жыл бұрын
gcr
@shuhaibkk8896
@shuhaibkk8896 2 жыл бұрын
and nexus
@renobodyrenobody
@renobodyrenobody Жыл бұрын
Thanks for you video, I am starting Harbor for our company and you summarize the points I have seen. Can I suggest about the Pros, to indicate it's Open Source. For some companies, it's mandatory! Anyway thanks for your video and I guess I have to look at your channel seriously!
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
You're absolutely right. I forgot to mention that it is open source. My bad.
@renobodyrenobody
@renobodyrenobody Жыл бұрын
@@DevOpsToolkit Thanks a lot again for your video, now Harbor is alive and kicking and I have a better understanding of what I can "sell" to my colleagues !
@javisartdesign
@javisartdesign 2 жыл бұрын
great video! It is a really heavy application with tons of components, even though it's the best altetnative and the only way to make it highly available.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
If you run it without HA it weighs less but that might not be what you need. It certainly has some baggage from the early days but there is no better alternative (that I'm aware of).
@nitinkansal
@nitinkansal 2 жыл бұрын
Thanks Viktor ! Can you please publish one quick video on Finch also? An Open Source Client for Container Development.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Adding it to my TODO list... :)
@devopstech-b2n
@devopstech-b2n Жыл бұрын
Hi , recently I have upgraded my harbor version from 2.7.2 to 2.8.4 , while logging into the registry through CLI , I'm getting Client.timeout exceeded while waiting for the headers error but i checked all the proxy configurations that are available, running docker version is 24.0.5-ce and docker-compose version 1.25.1 , Could you please help me to troubleshoot it ..!! Thanks in advance.
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
It's hard t9 deal with issues through comments on KZbin. Better if you open an issues on the project's GitHub repo.
@devopstech-b2n
@devopstech-b2n Жыл бұрын
​​@@DevOpsToolkit, Thanks for the prompt response, sure I will open an issue ticket, if you suggest any troubleshooting steps It will help me..!! Thanks.
@logicstv
@logicstv Жыл бұрын
I have all my images in a tar file, how do I push it to harbor
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
I never tried that so I'm not sure... I always keep my images in a registry. What are you doing with those images today? Are you pushing them to Docker hub? If you are, than the process is the same.
@logicstv
@logicstv Жыл бұрын
@@DevOpsToolkit my kubernetes environment is airgapped and I’m using dkp from D2iQ to created my cluster. So I was able to resolve the issue and what happened is that dkp creates a temporary registry at runtime, loads the images then push them to harbor.
@alifiroozizamani7782
@alifiroozizamani7782 2 жыл бұрын
That was an excellent tutorial. Thanks, Viktor. I have two questions: 1) Which one do you suggest, Nexus or Harbor? 2) Do you have a video about Nexus as well?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I haven't used Nexus for quite some time now so I'm not up-to-date and could not compare them :(
@StieglmaierThomas
@StieglmaierThomas 2 жыл бұрын
Depends on your usecase, Harbor has IMHO a nicer UI and is completely open source, but Nexus has much more fine grained access controls. We used harbor quite some time, but in the end switched to nexus because of Access/Rights management.
@dirien
@dirien 2 жыл бұрын
It depends, If you need to store non OCI artefacts go with Artifactory or Nexus. They do OCI and much more like Maven, Nugget etc. If you only need to store OCI artefacts I think Harbour or JFrog Container Registry are very good choices!
@ramprasad_v
@ramprasad_v Жыл бұрын
Hello Viktor Can harbor Store Git repository as well. Asking it because Gitlab can store Helm charts, container images and Repository. Likewise can Harbor store Git repositories...
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
No. Harbor stores only container images. GitLab, on the other hand, is a suite of products, only of them being image registry.
@maximdebie
@maximdebie 2 жыл бұрын
(How) can I use harbor to work with crossplane packages? I assume yes because its OCI, demo would be nice!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I assume you're referring to Crossplane Packages. If that's the case, you're right. They are OCI and can be stored in any registry. Similarly, when you apply a package, you have to provide a full address of the image (starting with registry url).
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I'm not in front of my computer so I don't have a link to the video at hand. However, if you go to the Upbound KZbin channel, you should find it there. I'm sure I published there at least one video that uses OCI packages.
@__noob__coder__
@__noob__coder__ 2 жыл бұрын
I am following your cncf-demo repository. Will you make a video in future about how to make an end to end cloudnative project ? It will be awesome then 😍😍
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
That's the plan Whitney Lee and I have. We'll make it public soon so I cannot share much info just yet. For now, all I can say is that it'll be probably my focus throughout most of 2023.
@ParkerLouisDE
@ParkerLouisDE 2 жыл бұрын
If you do a docker pull (with docker) you‘ll get details about CVEs affecting the image in docker’s output.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I rarely use Docker myself (it's all about Kubernetes in my case) so I was not aware of that feature. That's great to know.
@scottamolinari
@scottamolinari 2 жыл бұрын
Maybe the intention of the vague error message is a good thing? Not every consumer is a trusted user right?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
It could be… Nevertheless, when you are a trusted user it can be frustrating.
@scottamolinari
@scottamolinari 2 жыл бұрын
@@DevOpsToolkit True. And, I can't imagine anyway of flagging trusted and untrusted users, except generally as a repository setting. So, I guess they are erring on the safer side of everyone is untrustworthy. 😁
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
@@scottamolinari Makes sence
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
If you're not developing with this, you're wasting your time
14:30
Articulated Robotics
Рет қаралды 316 М.
Managing KubeVirt VMs with Ansible
11:07
KubeVirt
Рет қаралды 1,1 М.
10 Must-Have Kubernetes Tools
18:53
DevOps Toolkit
Рет қаралды 40 М.
Learning Docker // Build Container Images
23:02
Christian Lempa
Рет қаралды 38 М.
Should We Run Databases In Kubernetes? CloudNativePG (CNPG) PostgreSQL
19:10
Is eBPF The End Of Kubernetes Sidecar Containers?
16:01
DevOps Toolkit
Рет қаралды 20 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 390 М.
Introduction to Harbor project
54:49
Kubernetes IoT Edge Working Group
Рет қаралды 179