Add a couple of questions
This commit is contained in:
3
exercises/pipeline_deploy_image_to_k8.md
Normal file
3
exercises/pipeline_deploy_image_to_k8.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Build & Publish Docker Images to Kubernetes Cluster
|
||||
|
||||
Write a pipeline, on any CI/CD system you prefer, that will build am image out of a given Dockerfile and will publish that image to running Kubernetes cluster.
|
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
|
||||
class Elevator(object):
|
||||
|
||||
def __init__(self, direction=0, position=0):
|
||||
self.direction = directopn
|
||||
self.position = position
|
Reference in New Issue
Block a user