ManagedCloudProvider: Providing the Kubernetes-Like Functions for the Non-Kubernetes Cloud Service

Providing the kubernetes-like class 'ManagedCloudProvider' as a child class of the 'CloudProvider' class in the 'DockerParallel' package. The class is able to manage the cloud instance made by the non-kubernetes cloud service. For creating a provider for the non-kubernetes cloud service, the developer needs to define a reference class inherited from 'ManagedCloudProvider' and define the method for the generics runDockerWorkerContainers(), getDockerWorkerStatus() and killDockerWorkerContainers(). For more information, please see the vignette in this package and <https://CRAN.R-project.org/package=DockerParallel>.

Version: 1.0.0
Imports: DockerParallel (≥ 1.0.3), adagio, methods, utils, jsonlite
Suggests: markdown, knitr, rmarkdown, testthat (≥ 3.0.0), readr
Published: 2021-06-14
Author: Jiefei Wang [aut, cre]
Maintainer: Jiefei Wang <szwjf08 at gmail.com>
BugReports: https://github.com/Jiefei-Wang/ManagedCloudProvider/issues
License: GPL-3
URL: https://github.com/Jiefei-Wang/ManagedCloudProvider
NeedsCompilation: no
Materials: README NEWS
CRAN checks: ManagedCloudProvider results

Documentation:

Reference manual: ManagedCloudProvider.pdf
Vignettes: vignette

Downloads:

Package source: ManagedCloudProvider_1.0.0.tar.gz
Windows binaries: r-prerel: ManagedCloudProvider_1.0.0.zip, r-release: ManagedCloudProvider_1.0.0.zip, r-oldrel: ManagedCloudProvider_1.0.0.zip
macOS binaries: r-prerel (arm64): ManagedCloudProvider_1.0.0.tgz, r-release (arm64): ManagedCloudProvider_1.0.0.tgz, r-oldrel (arm64): ManagedCloudProvider_1.0.0.tgz, r-prerel (x86_64): ManagedCloudProvider_1.0.0.tgz, r-release (x86_64): ManagedCloudProvider_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ManagedCloudProvider to link to this page.