Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This walkthrough will cover every step needed to get your docker image built and deployed through FlexDeploy. In this example we will be deploying the image to a Kubernetes Cluster on Oracle Cloud Infrastructure via Helm. If you don’t have your own docker application you can follow along using the Natours repository used in this example.

Prerequisites

  • An available docker cli for building the image

  • A Kubernetes Cluster for deployment

  • A working knowledge of FlexDeploy

    • We won’t be covering some of the more basic steps like creating SCM Instances and other Topology configuration.

Building and Pushing the Image

The first goal is to build our image. In the case of the Natours repository, we don’t need any additional compile step. All we need to do is run docker build with the appropriate commands

Creating the Build Workflow

Setting up the Project

  • No labels