question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create new SideCar Environment

See original GitHub issue

In addition to auditing our Docker tasks, we should create a new “Side Car Environment” (or simply add appropriate kwargs to RemoteEnvironment, although this might have compatibility issues with non-k8s deployments) which spins up a side car for k8s jobs making it easier / more off-the-shelf to run Docker tasks in Cloud.

cc: @joshmeek

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
cicdwcommented, Jul 29, 2019

Yea! And even more, we might include some actual template files ¯\_(ツ)_/¯

0reactions
joshmeekcommented, Dec 18, 2019

This was mostly addressed through documentation revolving around deployment patterns e.g. https://docs.prefect.io/cloud/recipes/k8s_docker_sidecar.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sidecar pattern - Azure Architecture Center | Microsoft Learn
A sidecar is independent from its primary application in terms of runtime environment and programming language, so you don't need to develop one...
Read more >
Installing the Sidecar - Istio
Install the Istio sidecar in application pods automatically using the sidecar injector webhook or manually using istioctl CLI.
Read more >
Pushing Apps with Sidecar Processes | Cloud Foundry Docs
Push the App and Sidecar · Navigate to the config-server-sidecar directory. · Build the binary for the sidecar by running: GOOS=linux GOARCH=amd64 ...
Read more >
Extending applications on Kubernetes with multi-container pods
Next, let's take a look at the Sidecar Pattern, where you add a container to a pod that enhances an application in some...
Read more >
Sidecars - AWS Copilot CLI
Sidecars are additional containers that run along side the main container. They are usually used to perform peripheral tasks such as logging, configuration,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found