Skip to content

Latest commit

 

History

History
200 lines (122 loc) · 13.9 KB

learning-path.md

File metadata and controls

200 lines (122 loc) · 13.9 KB
copyright lastupdated keywords subcollection
years
2024
2024-10-09
learning paths, code engine, deployments, tools, applications, jobs, project, log, monitor
codeengine

{{site.data.keyword.attribute-definition-list}}

Learning paths for {{site.data.keyword.codeengineshort}}

{: #learning-paths}

Find your path to accomplish what you want with {{site.data.keyword.codeenginefull}}. {: shortdesc}

Plan your deployments

{: #lp-plan-deployments}

Before you start, learn about {{site.data.keyword.codeengineshort}} and some common terms.

Then, decide whether you want to deploy an application, create a job, or run a function by reading planning for {{site.data.keyword.codeengineshort}}.

You can even try out our application tutorial, our job tutorial, or our function tutorial.

Install the tools

{: #lp-install-tools}

If you plan to use the CLI, you must install it. As you work with your {{site.data.keyword.codeengineshort}} workloads, refer to the CLI command reference and track CLI version updates with the CLI change log. You can also access the {{site.data.keyword.cloud-shell_notm}} in your web browser.

If you do not want to use the CLI, you can work from the console{: external}.

Create your first project

{: #lp-set-environment}

To get started with {{site.data.keyword.codeengineshort}}, create a project to contain your entities. You can also set access policies for your project.

Need help? Check out troubleshooting tips for projects. If you need more help, try getting support.

Develop your application, job, or function

{: #lp-develop-app-job}

{{site.data.keyword.codeengineshort}} deploys applications and runs jobs that are bundled into container images. If you do not have a container image, you can build and deploy your code from within {{site.data.keyword.codeengineshort}}.

{{site.data.keyword.codeengineshort}} runs functions as code bundles. If you do not have a code bundle, you can build and run your function from within {{site.data.keyword.codeengineshort}}.

Do you have source code or a container image for your application or job?

I have a container image. Where is your image stored?

  • If your image is stored in a container registry that you have access to, then you are ready to deploy.
  • If your image is in a private registry, either in a different {{site.data.keyword.registryshort}} account or in private registry such as Docker Hub, you must set up access.

Then, you are ready to deploy your application, run your job, or run your function.

I have source code. How do I get started?

Need help? Check out troubleshooting tips for builds. If you need more help, try getting support.

Deploy your application

{: #lp-deploy-app}

To get started, read plan a container image for {{site.data.keyword.codeengineshort}} applications and Application workloads.

How does your application scale? See Configuring application scaling.

Want to customize your application?

Ready to deploy?

Make your app highly available by deploying it in multiple regions.

Want to add more customizations?

Ready to access your application?

Each update of an application configuration property creates a new revision of the application.

You can use Iter8 to validate your application code and latency and then determine if your revision is ready to use or if you must roll back to a more stable version.

Need help? Check out troubleshooting tips for applications. If you need more help, try getting support.

Run your job

{: #lp-run-job}

To get started, read plan a container image for {{site.data.keyword.codeengineshort}} jobs and Batch job workloads.

Do you want to create a job definition?

By creating a job definition, you can more easily run your job multiple times based on your configuration.

Do you want to run a job without first creating a definition?

With the CLI, you can submit a job run without first creating a job configuration. You can specify the same configuration options on the jobrun submit and jobrun resubmit commands that are available with the job create command.

Want to customize your job?

{{site.data.keyword.codeengineshort}} supports Lithops for running jobs. See running jobs with Lithops framework.

Ready to create and run your job?

You can run your job directly or create a job definition and run your job based on that configuration.

Want to add more customizations?

Need help? Check out troubleshooting tips for jobs. If you need more help, try getting support.

Run your Function

{: #lp-run-fun}

To get started, read Working with Functions and Function workloads.

Functions use a managed runtime. Find out more at Runtimes.

Want to customize your function?

Ready to deploy?

Want to add more customizations?

Log and monitor your workloads

{: #lp-log-mon}

Logging can help you troubleshoot your applications, jobs and functions. See Viewing logs.

You can also view, manage, and audit user-initiated activities that occur in your {{site.data.keyword.codeengineshort}} project.

Finally, analyze performance metrics by collecting information with {{site.data.keyword.mon_full_notm}}. You can create custom dashboards to monitor {{site.data.keyword.codeengineshort}} workloads.

Migrate your workloads

{: #lp-migrate}

If you are moving from a different service to Code Engine, there are several topics that can help you.