Skip to content

Commit e209d89

Browse files
authored
Blog-- News++ (#663)
1 parent 0045e10 commit e209d89

File tree

4 files changed

+30
-11
lines changed

4 files changed

+30
-11
lines changed

mkdocs/docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please discuss the change you wish to make using [issues](https://github.com/ite
1212
## Locally serving Iter8 docs
1313
**Pre-requisite:** Python 3+.
1414

15-
Use a Python 3 virtual environment to locally serve Iter8 docs. Run the following commands from the top-level directory of the iter8 repo.
15+
Use a Python 3 virtual environment to locally serve Iter8 docs. Run the following commands from the top-level directory of the Iter8 repo.
1616

1717
```shell
1818
cd mkdocs
@@ -29,7 +29,7 @@ Browse [http://localhost:8000](http://localhost:8000) to view your local Iter8 d
2929

3030
2. The markdown files for Iter8 docs are located under the `iter8/mkdocs/docs` folder.
3131

32-
You will see live updates to [http://localhost:8000](http://localhost:8000) as you update markdown files in the `iter8/mkdocs` folder.
32+
You will see live updates to [http://localhost:8000](http://localhost:8000) as you update the above files.
3333

3434
## Contributing an Iter8 tutorial
3535
All iter8 tutorials include e2e tests, either as [part of GitHub Actions workflows](https://github.com/iter8-tools/iter8/blob/master/.github/workflows/knative-e2e-tests.yaml) or as a standalone test script [like this one](https://github.com/iter8-tools/iter8/blob/master/samples/knative/mirroring/e2etest.sh) if they require more resources than what is available in GitHub Actions workflows. When contributing a tutorial, please include relevant e2e tests.

mkdocs/docs/news.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
template: main.html
3+
hide:
4+
- navigation
5+
- toc
6+
---
7+
8+
# News and Announcements
9+
* [Iter8 at KubeCon + CloudNativeCon Europe](https://kccnceu2021.sched.com/event/iE2l), May 6, 2021
10+
11+
* Iter8 at Knative meetup, Mar 24, 2021
12+
13+
<iframe width="560" height="315" src="https://www.youtube.com/embed/WNoa4KfKUOs?start=1062" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
14+
15+
* Kubeflow blog article by Animesh Singh and Dan Sun: [Operationalize, Scale and Infuse Trust in AI Models using KFServing](https://blog.kubeflow.org/release/official/2021/03/08/kfserving-0.5.html), Mar 8, 2021
16+
17+
* Medium blog article by Michael Kalanter: [Automated Canary Release of Microservices on Kubernetes using Tekton and iter8](https://medium.com/iter8-tools/automated-canary-release-of-microservices-on-kubernetes-using-tekton-and-iter8-42835c33f7e8), Oct 26, 2020
18+
19+
* Medium blog article by Kusuma Chalasani: [Better Performance with kruize and iter8 for your microservices application](https://medium.com/@kusuma.ch/better-performance-with-kruize-and-iter8-for-your-microservices-application-e41a58566540), Oct 12, 2020
20+
21+
* Medium blog article by Srinivasan Parthasarathy: [Automated Canary Release of TensorFlow Models on Kubernetes](https://medium.com/iter8-tools/automated-canary-release-of-tensorflow-models-on-kubernetes-7663c26613d3), Oct 5, 2020
22+
23+
* Medium blog article by Sushma Ravichandran: [Iter8: Take a look at the magic under the hood](https://medium.com/iter8-tools/iter8-take-a-look-at-the-magic-under-the-hood-919235ec3c84), Oct 1, 2020
24+
25+
* Medium blog article by Fabio Oliveira: [Iter8: Achieving Agility with Control](https://medium.com/iter8-tools/iter8-achieving-agility-with-control-dcd21e4437d2), Aug 17th, 2020

mkdocs/docs/roadmap.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ hide:
2020
5. **Notifications**
2121
* Integration with Slack, GitHub, and other RESTful services
2222
6. **Enhancing Kubernetes and OpenShift integration**
23-
* Improved support for KFServing
24-
* Enhanced support for Istio using new Iter8 Experiment API
2523
* Support for OpenShift Serverless
2624
* Enhanced Knative metrics in tutorials using OpenTelemetry collector
2725
* Support for Ambassador and Kong networking layers in KNative
2826
* Support for experimenting with configuration and routes in Knative
2927
7. **Git triggered workflows and CI/CD**
3028
* Integration with GitHub Actions and other pipeline providers
31-
8. **Helm tests**
32-
9. **Improved installation**
33-
* Multi-stack installation, Iter8 Helm chart, Iter8 Operator
29+
8. **Improved installation**
30+
* Iter8 Helm chart, Iter8 Operator

mkdocs/mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ extra:
6464
link: https://github.com/iter8-tools/iter8
6565
- icon: fontawesome/brands/slack
6666
link: https://join.slack.com/t/iter8-tools/shared_invite/zt-awl2se8i-L0pZCpuHntpPejxzLicbmw
67-
- icon: fontawesome/brands/docker
68-
link: https://hub.docker.com/r/iter8
6967

7068
# Extensions
7169
markdown_extensions:
@@ -135,8 +133,7 @@ nav:
135133
- Tasks: reference/tasks.md
136134
- Contributing: contributing.md
137135
- Roadmap: roadmap.md
138-
- Blog:
139-
- Blog link: https://blog.iter8.tools
136+
- News: news.md
140137

141138
# Google Analytics
142139
google_analytics:

0 commit comments

Comments
 (0)