Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
demo-infra
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
demo
demo-infra
Commits
e7af79fc
Commit
e7af79fc
authored
Apr 15, 2020
by
João Lino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some basic documentation with basic instructions.
parent
f91504ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
README.md
+27
-0
No files found.
README.md
0 → 100644
View file @
e7af79fc
# Infrastructure for CI/CD demonstrations
Here you can find a collection of scripts and configurations used to stand up my demo infrastructure.
`demo-infra-install.sh`
is used to preform the initial installation. Should be run in a clean Ubuntu installation.
`demo-infra-dashboard-start.sh`
is used to stand up the kubernetes dashboard. Should be run in a clean Ubuntu installation.
## How to use
1.
Install Ubuntu in a clean machine
2.
Update it fully
3.
Install git, clone this repo into the machine and change directory into it.
4.
run
`demo-infra-install.sh`
to install/configure/start microk8s and helm3.
```
bash
$
sh demo-infra-install.sh
```
There are some more optional steps in the next section
### How to use (OPTIONAL)
1.
run
`demo-infra-dashboard-start.sh`
to stand up the kubernetes dashboard.
```
bash
$
sh demo-infra-dashboard-start.sh
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment