Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct ACK naming in doc and examples #755

Merged
merged 1 commit into from
Aug 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/source/examples/alibaba_ack_deep_mnist.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/models/alibaba_ack_deep_mnist/alibaba_cloud_ack_deep_mnist.ipynb"
}
3 changes: 0 additions & 3 deletions doc/source/examples/alibaba_aks_deep_mnist.nblink

This file was deleted.

2 changes: 1 addition & 1 deletion doc/source/examples/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Notebooks
Ambassador Headers <ambassador_headers>
Ambassador Custom Config <ambassador_custom>
Autoscaling Example <autoscaling_example>
Alibaba Cloud Container Service for Kubernetes Deep Mnist <alibaba_ack_deep_mnist>
AWS Elastic Kubernetes Service (EKS) Deep MNIST <aws_eks_deep_mnist>
Azure Kubernetes Service (AKS) Deep MNIST <azure_aks_deep_mnist>
Combiner Example <combiner>
Custom Endpoints <custom_endpoints>
Elastic Container Service Alibaba Cloud Deep Mnist <alibaba_aks_deep_mnist>
Example Helm Deployments <helm_examples>
Explainer Alibi Anchor Tabular <alibi_anchor_tabular>
Go Model <go_example>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Alibaba Cloud Elastic Container Service (ACK) Deep MNIST Example
# Alibaba Cloud Container Service for Kubernetes (ACK) Deep MNIST Example
In this example we will deploy a tensorflow MNIST model in the Alibaba Cloud Container Service for Kubernetes.

This tutorial will break down in the following sections:
Expand All @@ -21,6 +21,6 @@ You can access the tutorial on the following versions:
* [English Version Jupyter Notebook](alibaba_cloud_ack_deep_mnist.ipynb)
* [Chinese Version Jupyter Notebook](alibaba_cloud_ack_deep_mnist_cn.ipynb)

By the end you will have deployed a model in your Alibaba Cloud Elastic Container Service and should be able to visualise real-time metrics as per the image below:
By the end you will have deployed a model in your Alibaba Cloud Container Service for Kubernetes cluster and should be able to visualise real-time metrics as per the image below:

![](images/graf.jpg)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Alibaba Cloud Elastic Container Service (ACK) Deep MNIST Example\n",
"# Alibaba Cloud Container Service for Kubernetes (ACK) Deep MNIST Example\n",
"In this example we will deploy a tensorflow MNIST model in the Alibaba Cloud Container Service for Kubernetes.\n",
"\n",
"This tutorial will break down in the following sections:\n",
Expand Down