Click here to Skip to main content
15,889,216 members
Articles / DevOps

Azure Arc Enabled Kubernetes Part 3: Deploying Containers

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
8 Jun 2022CPOL6 min read 3.4K   2  
In this article we demonstrate how to deploy containers into our Arc Kubernetes cluster via a GitHub Actions pipeline.
Here we choose an existing container image that exposes a simple service via a web interface, demonstrate step by step how to create a GitHub Actions pipeline that can deploy the image into our existing Arc enabled Kubernetes cluster, and show how to run the pipeline, and then demonstrate that once it completes, the container image we chose is up and running in our cluster as expected.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Arc Enabled Kubernetes View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions