Skip to content

Commit 2bdc065

Browse files
authored
Create Deploying_Applications_With_Flux.md
1 parent 72af660 commit 2bdc065

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
![la logo](https://user-images.githubusercontent.com/42839573/67322755-818e9400-f4df-11e9-97c1-388bf357353d.png)
2+
3+
### Deploying Applications With GitHub Actions Workflow and Flux
4+
5+
### Lab Scenario
6+
7+
Your manager is impressed with Flux and wants to expand the proof-of-concept work you are doing beyond using Flux on a Development Server. He has asked you to setup a demo for some of the Operations and Engineering team to show how Flux can be used to promote workloads from Development, to Test and Production environments.
8+
9+
#### For your use:
10+
11+
The course repository linuxacademy/content-gitops has a sample yaml files.
12+
There are also documents in the docs directory with YAML, and a Commands file.
13+
14+
#### Hint:
15+
If you have a repository from a prior lab in this course, then you can use it. Otherwise you may want to fork the linuxacademy/content-gitops repo.
16+
17+
There are many ways to complete this task, but it is suggested that you use folders in the repository for QA and Production, to house the YAML for these upper environments. Then it is possible to configure Flux on the target environments to synchronize just the relevant YAML for that environment.
18+
19+
The Docker hub repository with container images already built is at this Link:
20+
21+
https://hub.docker.com/repository/docker/linuxacademycontent/gitops
22+
23+
Good Luck!

0 commit comments

Comments
 (0)