File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
content/ja/docs/tutorials Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ content_type: concept
24
24
25
25
## 設定
26
26
27
+ * [ 例: Javaのマイクロサービスの設定] ( /docs/tutorials/configuration/configure-java-microservice/ )
28
+
27
29
* [ ConfigMapを用いたRedisの設定] ( /ja/docs/tutorials/configuration/configure-redis-using-configmap/ )
28
30
29
31
## ステートレスアプリケーション
@@ -34,29 +36,26 @@ content_type: concept
34
36
35
37
## ステートフルアプリケーション
36
38
37
- * [ StatefulSetの基本] ( /docs/tutorials/stateful-application/basic-stateful-set/ )
39
+ * [ StatefulSetの基本] ( /ja/ docs/tutorials/stateful-application/basic-stateful-set/ )
38
40
39
- * [ 例: 永続ボリュームを使ったWordPressとMySQLのデプロイ ] ( /ja/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/ )
41
+ * [ 例: Persistent Volumeを使用したWordpressとMySQLをデプロイする ] ( /ja/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/ )
40
42
41
- * [ 例: Stateful Setsを使ったCassandraのデプロイ ] ( /docs/tutorials/stateful-application/cassandra/ )
43
+ * [ 例: Stateful Setを使用したCassandraのデプロイ ] ( /ja /docs/tutorials/stateful-application/cassandra/)
42
44
43
45
* [ CP(一貫性+分断耐性)分散システムZooKeeperの実行] ( /docs/tutorials/stateful-application/zookeeper/ )
44
46
45
- ## クラスター
46
-
47
- * [ AppArmor] ( /docs/tutorials/clusters/apparmor/ )
48
-
49
- * [ seccomp] ( /docs/tutorials/clusters/seccomp/ )
50
-
51
47
## サービス
52
48
49
+ * [ Connecting Applications with Services] ( /docs/tutorials/services/connect-applications-service/ )
53
50
* [ Source IPを使う] ( /ja/docs/tutorials/services/source-ip/ )
54
51
52
+ ## セキュリティ
55
53
54
+ * [ クラスターレベルのPod Securityの標準の適用] ( /docs/tutorials/security/cluster-level-pss/ )
55
+ * [ NamespaceレベルのPod Securityの標準の適用] ( /docs/tutorials/security/ns-level-pss/ )
56
+ * [ AppArmor] ( /docs/tutorials/security/apparmor/ )
57
+ * [ seccomp] ( /docs/tutorials/security/seccomp/ )
56
58
57
59
## {{% heading "whatsnext" %}}
58
60
59
-
60
61
チュートリアルのページタイプについての情報は、[ Content Page Types] ( /docs/contribute/style/page-content-types/ ) を参照してください。
61
-
62
-
You can’t perform that action at this time.
0 commit comments