Exploring the New Capabilities of GitHub Container Registry.

Did you know that GitHub has launched the new GitHub Container Registry September 2020?

That’s great news for people who use GitHub packages already, as GitHub has launched many new capabilities for container users. In this article, let’s discuss the things you should know about the latest GitHub Container Registry. 😊

Outline

Here is what’s covered in this article.

  • Introduction to Container Registry
  • The new capabilities of GitHub Container Registry
  • How to migrate to GitHub Container Registry?
  • A Use Case — Deploying an Nginx webserver to Kubernetes with GitHub Actions, Kubernetes, and GitHub Container Registry.

Let’s start with a quick introduction to Container Registries. If you are already familiar with that, feel free to skip the following section.

What is a Container Registry?

A Container Registry is a place to store and manage container images. These container images can be either Public and Private. The Public container images are accessible by anyone, whereas you can configure access control for Private container images.

#javascript #github #containers #registry #kubernetes

Using GitHub Container Registry in Practice
1.05 GEEK