First time reading one of my articles? start here for more: Summary article & index
| Part | Article |
|---|---|
| I | The 1201 program alarm |
| II | Glenn’s flight |
| III | Functional vs non-functional requirements |
| IV | [RACI](https:/flyingbarron.m |
First time reading one of my articles? start here for more: Summary article & index
| Part | Article |
|---|---|
| I | The 1201 program alarm |
| II | Glenn’s flight |
| III | Functional vs non-functional requirements |
| IV | [RACI](https:/flyingbarron.m |
| Apollo Mission | Spaceflight Version | Number of Moon walks | Time walking (hours) | Moon Rocks returned (kg) |
|---|---|---|---|---|
| 11 | 3.05 | 1 | 2:30 | 21 |
| 12 | 3.06 | 2 | 7:45 | 34 |
| 14 | 3.08 | 2 | 9:22 | 42 |
| 15 | 3.09 | 4 | 19:03 | 77 |
| 16 | 3.10 | 3 | 20:14 | 95 |
| 17 | 3.11 | 3 | 22:03 | 110 |
| # gremlin-scc.yaml | |
| --- | |
| apiVersion: security.openshift.io/v1 | |
| allowHostDirVolumePlugin: true | |
| allowHostIPC: false | |
| allowHostNetwork: false | |
| allowHostPID: true | |
| allowHostPorts: false | |
| allowPrivilegeEscalation: false | |
| allowPrivilegedContainer: false |
| kubectl create namespace gremlin |
Part I: [The 1201 program alarm](https://medium.com/ibm-garage/out-of-this-world-lessons-from-the-apollo-lunar-landings-part-i-703ff4f872ce)
Part II: Glenn’s flight
Part III: Functional vs non-functional requirements
Part IV: RACI
Part V: ChatOps
Part VI: SRE & Transparency
Part VII: Operational Scorecards
Part VIII: MVP vs PoC
Part IX: DevSecOps Quarantine
Part X: Reliability
| Operations Type | Spaceflight | Software Development |
|---|---|---|
| Day 0 | Building the spacecraft, training for the flight | Design and development (of both the application and the underlying platform) |
| Day 1 | Launch! and other hightlights such as Moon landing and return to Earth | Deployment! and other highlights such as new versions |
| Day 2 | Flying the mission | Keeping the application going |