Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
[2017.09 Special Meetup #17] [DEMO] Jose Quares...
Search
DevOps Lisbon
September 25, 2017
Technology
0
71
[2017.09 Special Meetup #17] [DEMO] Jose Quaresma - Hands-on with OpenShift
DevOps Lisbon
September 25, 2017
Tweet
Share
More Decks by DevOps Lisbon
See All by DevOps Lisbon
[2020.11 Meetup] Lisa Crispin - Testing in DevOps
devopslx
0
68
[2020.10 Meetup][TALK] Andrey Budzar - How Linedata Streamlined CI/CD and Optimized Cloud Spend
devopslx
1
540
[2020.09 Meetup] [Talk] Pranjal Deo - Engineering Reliable Mobile Applications
devopslx
0
73
[2020.07 Meetup] [INTRO] DevOps Lisbon
devopslx
0
110
[2020.07 Meetup] [Talk] May Poppendieck - Six Decades of Software Engineering
devopslx
0
170
[2020.06 Meetup] [INTRO] DevOps Lisbon
devopslx
1
100
[2020.06 Meetup] [Talk] Patrick Debois - Trust Me, We're Doing DevSecOps
devopslx
2
420
[2020.05 Meetup] [Talk#1] João Tiago - Load testing UK’s biggest food publisher using AWS & Artillery
devopslx
0
120
[2020.05 Meetup] [Talk#2] Miguel Palhas - Automating your Way to Confidence
devopslx
1
98
Other Decks in Technology
See All in Technology
飲食店データの分析事例とそれを支えるデータ基盤
kimujun
0
140
Engineer Career Talk
lycorp_recruit_jp
0
190
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
160
【Startup CTO of the Year 2024 / Audience Award】アセンド取締役CTO 丹羽健
niwatakeru
0
1.3k
プロダクト活用度で見えた真実 ホリゾンタルSaaSでの顧客解像度の高め方
tadaken3
0
170
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
680
Lambda10周年!Lambdaは何をもたらしたか
smt7174
2
110
Terraform未経験の御様に対してどの ように導⼊を進めていったか
tkikuchi
2
450
CDCL による厳密解法を採用した MILP ソルバー
imai448
3
110
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
150
Making your applications cross-environment - OSCG 2024 NA
salaboy
0
190
『Firebase Dynamic Links終了に備える』 FlutterアプリでのAdjust導入とDeeplink最適化
techiro
0
110
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
136
6.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Building Your Own Lightsaber
phodgson
103
6.1k
Building an army of robots
kneath
302
43k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
A Tale of Four Properties
chriscoyier
156
23k
Designing the Hi-DPI Web
ddemaree
280
34k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Typedesign – Prime Four
hannesfritz
40
2.4k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Transcript
HIFT Jose Quaresma (DevOps Lead DK) September 25, 2017 OPENS
HANDS-ON WITH
OpenShift 0 to CI/CD in 15 minutes
Copyright 2017 Accenture. All rights reserved. 3 SETTING UP OPENSHIFT
Start new Fedora 26 x64 instance 8Gb Ram is a good idea
Copyright 2017 Accenture. All rights reserved. 4 SETTING UP OPENSHIFT
Install Docker & other requirements systemctl start docker dnf install -y docker wget docker run hello-world vi /etc/sysconfig/docker INSECURE_REGISTRY='--insecure-registry 172.30.0.0/16'
Copyright 2017 Accenture. All rights reserved. 5 SETTING UP OPENSHIFT
wget https://github.com/openshift/origin/releases/download/v1 .5.1/openshift-origin-client-tools-v1.5.1-7b451fc-linux- 64bit.tar.gz tar -zxvf openshift-*.tar.gz Download oc command cd openshift-origin-…
Copyright 2017 Accenture. All rights reserved. 6 SETTING UP OPENSHIFT
Start OpenShift ./oc cluster up
Copyright 2017 Accenture. All rights reserved. 7 SETTING UP OPENSHIFT
Small node.js app CI/CD Demo https://github.com/openshift/nodejs-ex