kubernetes/nginx/docs/index.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>k8s-3tier-webapp</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="./js/jaxrs.js"></script>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/style.css" />
<link rel="icon" type="image/png" sizes="16x16" href="./images/icon-16x16.png" />
</head>
<body>
<table>
<tr>
<th>TARGET</th>
<th>CREATE</th>
<th>SELECT</th>
<th>PUBLISH</th>
<th>SUBSCRIBE</th>
<th>DELETE</th>
<th>RESPONSE</th>
</tr>
<tr>
<td>Kafka</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>
<button id="subscribekafka" type="button">Subscribe</button>
</td>
<td>
<button id="stopkafka" type="button">Stop</button>
</td>
<td>
<textarea id="respkafka" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>Memcached</td>
<td>
<button id="setmemcached" type="button">Set</button>
</td>
<td>
<button id="getmemcached" type="button">Get</button>
</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>
<textarea id="respmemcached" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>Redis</td>
<td>
<button id="putredis" type="button">Put</button>
</td>
<td>
<button id="getredis" type="button">Get</button>
</td>
<td>
<button id="publishredis" type="button">Publish</button>
</td>
<td>
<button id="subscriberedis" type="button">Subscribe</button>
</td>
<td>
<button id="stopredis" type="button">Stop</button>
</td>
<td>
<textarea id="respredis" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>RabbitMQ</td>
<td>
<button id="putrabbitmq" type="button">Put</button>
</td>
<td>
<button id="getrabbitmq" type="button">Get</button>
</td>
<td>
<button id="publishrabbitmq" type="button">Publish</button>
</td>
<td>
<button id="subscriberabbitmq" type="button">Subscribe</button>
</td>
<td>
<button id="stoprabbitmq" type="button">Stop</button>
</td>
<td>
<textarea id="resprabbitmq" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>ActiveMQ</td>
<td>
<button id="putactivemq" type="button">Put</button>
</td>
<td>
<button id="getactivemq" type="button">Get</button>
</td>
<td>
<button id="publishactivemq" type="button">Publish</button>
</td>
<td>
<button id="subscribeactivemq" type="button">Subscribe</button>
</td>
<td>
<button id="stopactivemq" type="button">Stop</button>
</td>
<td>
<textarea id="respactivemq" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>Hazelcast</td>
<td>
<button id="setcachehazelcast" type="button">SetCache</button>
</td>
<td>
<button id="getcachehazelcast" type="button">GetCache</button>
</td>
<td>
<button id="publishhazelcast" type="button">Publish</button>
</td>
<td>
<button id="subscribehazelcast" type="button">Subscribe</button>
</td>
<td>
<button id="stophazelcast" type="button">Stop</button>
</td>
<td>
<textarea id="respcachehazelcast" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>Hazelcast</td>
<td>
<button id="putqueuehazelcast" type="button">PutQueue</button>
</td>
<td>
<button id="getqueuehazelcast" type="button">GetQueue</button>
</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>
<textarea id="respqueuehazelcast" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>Mysql</td>
<td>
<button id="insertmysql" type="button">Insert</button>
</td>
<td>
<button id="selectmysql" type="button">Select</button>
</td>
<td>-</td>
<td>-</td>
<td>
<button id="deletemysql" type="button">Delete</button>
</td>
<td>
<textarea id="respmysql" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>Postgres</td>
<td>
<button id="insertpostgres" type="button">Insert</button>
</td>
<td>
<button id="selectpostgres" type="button">Select</button>
</td>
<td>-</td>
<td>-</td>
<td>
<button id="deletepostgres" type="button">Delete</button>
</td>
<td>
<textarea id="resppostgres" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>MongoDB</td>
<td>
<button id="insertmongodb" type="button">Insert</button>
</td>
<td>
<button id="selectmongodb" type="button">Select</button>
</td>
<td>-</td>
<td>-</td>
<td>
<button id="deletemongodb" type="button">Delete</button>
</td>
<td>
<textarea id="respmongodb" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>Cassandra</td>
<td>
<button id="insertcassandra" type="button">Insert</button>
</td>
<td>
<button id="selectcassandra" type="button">Select</button>
</td>
<td>-</td>
<td>-</td>
<td>
<button id="deletecassandra" type="button">Delete</button>
</td>
<td>
<textarea id="respcassandra" cols=80 rows=2 disabled></textarea>
</td>
</tr>
<tr>
<td>gRPC</td>
<td>
<button id="getidgrcp" type="button">Get ID</button>
</td>
<td>
<button id="getmsggrpc" type="button">Get Message</button>
</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
</table>
<img src="./images/deer.png" alt="deer" class="responsive" width="10">
</body>
</html>