Package: AzureContainers 1.3.3

Hong Ooi

AzureContainers: Interface to 'Container Instances', 'Docker Registry' and 'Kubernetes' in 'Azure'

An interface to container functionality in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/products/category/containers/>. Manage 'Azure Container Instance' (ACI), 'Azure Container Registry' (ACR) and 'Azure Kubernetes Service' (AKS) resources, push and pull images, and deploy services. On the client side, lightweight shells to the 'docker', 'docker-compose', 'kubectl' and 'helm' commandline tools are provided. Part of the 'AzureR' family of packages.

Authors:Hong Ooi [aut, cre], Bill Liang [ctb], Ramkumar Chandrasekaran [ctb], Microsoft [cph]

AzureContainers_1.3.3.tar.gz
AzureContainers_1.3.3.zip(r-4.7)AzureContainers_1.3.3.zip(r-4.6)AzureContainers_1.3.3.zip(r-4.5)
AzureContainers_1.3.3.tgz(r-4.6-any)AzureContainers_1.3.3.tgz(r-4.5-any)
AzureContainers_1.3.3.tar.gz(r-4.7-any)AzureContainers_1.3.3.tar.gz(r-4.6-any)
AzureContainers_1.3.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
AzureContainers/json (API)

# Install 'AzureContainers' in R:
install.packages('AzureContainers', repos = c('https://azure.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/azure/azurecontainers/issues

On CRAN:

Conda:

azure-container-instancesazure-container-registryazure-kubernetes-serviceazure-sdk-rcontainerskubernetes

6.46 score 27 stars 54 scripts 875 downloads 21 exports 16 dependencies

Last updated from:e1c3644eb2. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE142
source / vignettesOK184
linux-release-x86_64NOTE146
macos-release-arm64NOTE72
macos-oldrel-arm64NOTE99
windows-develNOTE77
windows-releaseNOTE93
windows-oldrelNOTE70
wasm-releaseOK150

Exports:aciaci_credsaci_portsacragent_poolaksaks_poolscall_dockercall_docker_composecall_helmcall_kubectldocker_registryDockerRegistryget_aci_credentials_listis_aciis_acris_aksis_docker_registryis_kubernetes_clusterkubernetes_clusterKubernetesCluster

Dependencies:askpassAzureAuthAzureGraphAzureRMRcurlhttrjosejsonlitemimeopensslprocessxpsR6rappdirssysuuid

RBAC examples
Authenticating with a service principal from ACI to ACR | Authenticating with a service principal from AKS to ACR | Creating an AKS resource and reusing an existing service principal | Integrating AKS with Azure Active Directory

Last update: 2025-04-12
Started: 2020-05-02

Securing an AKS deployment with Traefik
Model object and image | Deploy to AKS | Install traefik | Assign domain name | Generate an auth file | Deploy the service | Call the service | Further comments

Last update: 2025-04-12
Started: 2020-05-02

Deploying a prediction service with Plumber
Fit the model | Scoring script for plumber | Create a Dockerfile | Build and upload the image | Deploy to an Azure Container Instance | Deploy to a Kubernetes cluster | Security note | See also

Last update: 2021-07-09
Started: 2018-09-20

Deploying an ACI service with HTTPS and authentication
Deployment artifacts | Model object | TLS certificate/private key | App | Dockerfile | Create the container

Last update: 2020-05-02
Started: 2020-05-02