• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » name
トレース: • 50 du: WARNING: Circular directory structure. • 2025.02.05 Docker Error • 2006.09.03 OpenPNEで文字化け • 2024.04.12 MySQL BIT Field • 2023.11.29 Nginx .htaccessの代わり • 34 OpenNebula Ceph template • 78 dmraidメタ情報削除 • 15 Ubuntu ZFS zfs_arc_max • 2025.03.20 Zed Keymap • dbench

name

検索

以下に検索結果を表示します。

完全一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@06_virtualization:05_container
  • 全ての名前空間
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

20 Kubernetes GlusterFS Galera Wordpress
21 ヒット, 最終更新: 3年前
apiVersion: v1 kind: PersistentVolume metadata: name: wordpress-pv labels: name: wordpress-pv spec: accessModes: - ReadWriteMany capacity: s... labels: io.kompose.service: wordpress-pvc name: wordpress-pvc spec: accessModes: - ReadWrite... storage: 1Gi selector: matchLabels: name: wordpress-pv status: {} </code> === 作成 ===
16 Kubernetes + DRBD Linstor
17 ヒット, 最終更新: 3年前
環境 ====== 今回はKubernetesのworkerノード3台で、Linstor ^ name ^ IP ^ Disk ^ DRBD用 ^ |node1|172.16.0.65|/dev/sda... tor-master:~# kubectl get pod alpine-test -o wide NAME READY STATUS RESTARTS AGE IP ... instor https://charts.linstor.io # helm repo list NAME URL linstor https://charts.linstor.io </code> ... 認 ==== ちゃんとpodが起動してればOK <code> # kubectl get pod NAME READY S
18 Kubernetes GlusterFS
14 ヒット, 最終更新: 3年前
.yaml> apiVersion: v1 kind: Endpoints metadata: name: glusterfs labels: storage.k8s.io/name: glusterfs storage.k8s.io/part-of: kubernetes-complete... ce.yaml> kind: Service apiVersion: v1 metadata: name: glusterfs spec: ports: - port: 1 </code> ==... apiVersion: v1 kind: PersistentVolume metadata: name: k8s-volume-pv01 labels: name: k8s-volume-p
13 Kubernetes Nginxを立ててみる
11 ヒット, 最終更新: 3年前
apiVersion: apps/v1 kind: Deployment metadata: name: nginx spec: replicas: 3 selector: matchL... : nginx-app spec: containers: - name: nginx image: nginx:latest po... ml <code> # kubectl get deployments.apps -o wide NAME READY UP-TO-DATE AVAILABLE AGE CONTAIN... nginx:latest app=nginx-app # kubectl get pod NAME READY STATUS RESTARTS
01 Docker コマンド
8 ヒット, 最終更新: 3年前
モンとして起動、一回起動するだけなら「-d」を除く docker run -d -it [--name=name] IMAGE bash === 例 === <code> docker run -d -it --name=test-containter cent68-php71 bash </code> ==== コンテナへ入る ==== docker exec -it [NAME|ID] bash === ユーザ指定ででログイン === 下記は、rootユーザでログイン
19 Kubernetes Scale
8 ヒット, 最終更新: 3年前
apiVersion: apps/v1 kind: Deployment metadata: name: my-nginx spec: selector: matchLabels: ... run: my-nginx spec: containers: - name: my-nginx image: nginx ports: ... <code> # kubectl get deployments.apps my-nginx NAME READY UP-TO-DATE AVAILABLE AGE my-ngi... 5m19s # kubectl get pod -l run=my-nginx NAME READY STATUS RESTARTS
17 Kubernetes IPマスカレード
5 ヒット, 最終更新: 3年前
> apiVersion: apps/v1 kind: DaemonSet metadata: name: ip-masq-agent namespace: kube-system spec: s... hostNetwork: true containers: - name: ip-masq-agent image: gcr.io/google-conta... rivileged: true volumeMounts: - name: config mountPath: /etc/config volumes: - name: config configMap: # Note t
25 Let's Encrypt リバースプロキシ
5 ヒット, 最終更新: 15カ月前
mage: nginxproxy/nginx-proxy:alpine container_name: proxy restart: always ports: - 80:... image: nginxproxy/acme-companion container_name: letsencrypt restart: always volumes: ... e: vhost.d: html: networks: proxy-tier: name: proxy-tier </code> ==== server.conf作成 ==== ファイ... トワークを確認 <code> # docker network ls NETWORK ID NAME DRIVER SCOPE da005313961c proxy-
27 Docker Djnago
5 ヒット, 最終更新: 21カ月前
yml> version: '3' services: django: container_name: "django" build: . command: python3 manage.... - CHOKIDAR_USEPOLLING=true db: container_name: "db" image: mysql:8.0 restart: always e... yml> version: '3' services: django: container_name: "django" build: . command: python3 manage.... - app_proxy-tier - default db: container_name: "db" image: mysql:8.0 restart: always e
33 Let's Encrypt リバースプロキシ(手動板)+ GitLab
5 ヒット, 最終更新: 11カ月前
<code|./conf.d/default.conf> server { server_name example.com; listen 80; listen [::]:80; ... erver { client_max_body_size 100m; server_name gitlab.fl8.jp; access_log /var/log/nginx/acce... network_mode: host networks: proxy-tier: name: proxy-tier </code> ==== 3.一回起動 ==== これでnginxのd... rails['smtp_port'] = 587 gitlab_rails['smtp_user_name'] = "hogehoge@hoge.com" gitlab_rails['smtp_passw
09 Dockerリバースプロキシ(HTTPS)
4 ヒット, 最終更新: 4カ月前
lt.conf <code> server { listen 80; server_name hogehoge.com; location / { proxy_request_buf... d_for; } } server { listen 80; server_name hogehoge2.com; location / { proxy_request_bu... d_for; } } server { listen 80; server_name hogehoge3.com; location / { proxy_request_bu... _body_size 1g; server { listen 80; server_name hogehoge.com; location / { proxy_request_buf
12 Kubernetes
4 ヒット, 最終更新: 3年前
code> 名前や、CIDRを指定する場合 <code> kubeadm init --node-name master --pod-network-cidr=10.224.0.0/16 </code> ... c/kubernetes/admin.conf # kubectl get node NAME STATUS ROLES AGE VERSI... tion/kube-flannel.yml <code> # kubectl get node NAME STATUS ROLES AGE VE... 3m8s v1.23.5 ↓ # kubectl get node NAME STATUS ROLES AGE VER
10 Docker Let's Encrypt
3 ヒット, 最終更新: 12カ月前
tc/nginx/conf.d/default.conf> server { server_name example.com; listen 80; listen [::]:80; ... == NginxでSSL有効化 ===== <code> server { server_name example.com; listen 80; listen [::]:80; ... root /var/www/html; } } server { server_name example.com; listen 443 ssl http2; list
34 UnboundでHA構成
3 ヒット, 最終更新: 8カ月前
ild: . image: cturra/ntp:latest container_name: ntp restart: always ports: - 123:1... image: mvance/unbound:latest container_name: unbound restart: always ports: ... image: mvance/unbound:latest container_name: unbound restart: always ports:
07 Docker Memory Limit
2 ヒット, 最終更新: 4年前
rter: image: prom/node-exporter container_name: node-exporter ports: - 9100:9100 r... rter: image: prom/node-exporter container_name: node-exporter ports: - 9100:9100 r
08 docker-compose Nginx
2 ヒット, 最終更新: 3年前
22 Docker Private registry
2 ヒット, 最終更新: 3年前
30 React-admin
2 ヒット, 最終更新: 21カ月前
31 Docker FTP Server
2 ヒット, 最終更新: 19カ月前
04 Docker MailServer
1 ヒット, 最終更新: 10カ月前
05 Docker Nginx reverse proxy
1 ヒット, 最終更新: 4年前
06 Docker php
1 ヒット, 最終更新: 4年前
11 Docker image 作成
1 ヒット, 最終更新: 3年前
14 Kubernetes Master冗長化
1 ヒット, 最終更新: 3年前
15 Kubernetes Error
1 ヒット, 最終更新: 3年前
21 Kubernetes Podを移動
1 ヒット, 最終更新: 3年前
24 Bitwarden/Vaultwarden
1 ヒット, 最終更新: 10カ月前
28 Docker React
1 ヒット, 最終更新: 21カ月前
29 Next.js
1 ヒット, 最終更新: 21カ月前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki