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

  Рет қаралды 10,402

DevOps Toolkit

DevOps Toolkit

Күн бұрын

Пікірлер: 33
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
Where are you storing container images and other artifacts?
@shuhaibkk8896
@shuhaibkk8896 Жыл бұрын
gcr
@shuhaibkk8896
@shuhaibkk8896 Жыл бұрын
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 !
@nitinkansal
@nitinkansal Жыл бұрын
Thanks Viktor ! Can you please publish one quick video on Finch also? An Open Source Client for Container Development.
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
Adding it to my TODO list... :)
@javisartdesign
@javisartdesign Жыл бұрын
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 Жыл бұрын
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).
@alifiroozizamani7782
@alifiroozizamani7782 Жыл бұрын
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 Жыл бұрын
I haven't used Nexus for quite some time now so I'm not up-to-date and could not compare them :(
@StieglmaierThomas
@StieglmaierThomas Жыл бұрын
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 Жыл бұрын
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!
@__noob__coder__
@__noob__coder__ Жыл бұрын
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 Жыл бұрын
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.
@devopstech-b2n
@devopstech-b2n 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
​​@@DevOpsToolkit, Thanks for the prompt response, sure I will open an issue ticket, if you suggest any troubleshooting steps It will help me..!! Thanks.
@ParkerLouisDE
@ParkerLouisDE Жыл бұрын
If you do a docker pull (with docker) you‘ll get details about CVEs affecting the image in docker’s output.
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
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.
@maximdebie
@maximdebie Жыл бұрын
(How) can I use harbor to work with crossplane packages? I assume yes because its OCI, demo would be nice!
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
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 Жыл бұрын
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.
@ramprasad_v
@ramprasad_v 11 ай бұрын
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 11 ай бұрын
No. Harbor stores only container images. GitLab, on the other hand, is a suite of products, only of them being image registry.
@scottamolinari
@scottamolinari Жыл бұрын
Maybe the intention of the vague error message is a good thing? Not every consumer is a trusted user right?
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
It could be… Nevertheless, when you are a trusted user it can be frustrating.
@scottamolinari
@scottamolinari Жыл бұрын
@@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 Жыл бұрын
@@scottamolinari Makes sence
@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.
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 293 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 158 М.
Cool Parenting Gadget Against Mosquitos! 🦟👶
00:21
TheSoul Music Family
Рет қаралды 12 МЛН
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 57 МЛН
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3 МЛН
10 Must-Have Kubernetes Tools
18:53
DevOps Toolkit
Рет қаралды 39 М.
Navigating OCI Artifacts and Images
19:24
octetz
Рет қаралды 2,2 М.
What is OpenTelemetry?
12:55
Highlight
Рет қаралды 9 М.
Do NOT Use Docker Compose! Develop In Kubernetes (With Okteto)
17:32
DevOps Toolkit
Рет қаралды 37 М.
Docker vulnerability scanning tool | Trivy
7:14
kubernetesWay
Рет қаралды 12 М.
If you're not developing with this, you're wasting your time
14:30
Articulated Robotics
Рет қаралды 298 М.
Learning Docker // Build Container Images
23:02
Christian Lempa
Рет қаралды 34 М.
Is eBPF The End Of Kubernetes Sidecar Containers?
16:01
DevOps Toolkit
Рет қаралды 20 М.
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 456 М.
Cool Parenting Gadget Against Mosquitos! 🦟👶
00:21
TheSoul Music Family
Рет қаралды 12 МЛН