|
| 1 | +--- |
| 2 | +title: TrueCharts |
| 3 | +tableOfContents: false |
| 4 | +sidebar: |
| 5 | + order: 1 |
| 6 | +--- |
| 7 | +import CardGrid from "../../../../components/CardGrid.astro"; |
| 8 | +import { Card } from "@astrojs/starlight/components"; |
| 9 | +import { Icon } from "@astrojs/starlight/components"; |
| 10 | + |
| 11 | + |
| 12 | + <div class="text-center"> |
| 13 | + <div |
| 14 | + class="text-4xl max-md:text-2xl max-sm:text-xl font-extrabold border-b-4 border-tc-primary inline-block mb-10" |
| 15 | + > |
| 16 | + About TrueCharts |
| 17 | + </div> |
| 18 | + </div> |
| 19 | + <CardGrid stagger> |
| 20 | + <Card title="Easy To Deploy" icon="pencil"> |
| 21 | + With TrueCharts, users can quickly and easily deploy a wide range of |
| 22 | + applications and services on their single or multi-node kubernetes |
| 23 | + cluster. Here are some potential list items to further describe the |
| 24 | + features and benefits of TrueCharts |
| 25 | + <ul class="mt-10"> |
| 26 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 27 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 28 | + <p>Neatly organized catalog</p> |
| 29 | + </li> |
| 30 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 31 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 32 | + <p>Rapid deployment</p> |
| 33 | + </li> |
| 34 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 35 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 36 | + <p>Customization options</p> |
| 37 | + </li> |
| 38 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 39 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 40 | + <p>Active development</p> |
| 41 | + </li> |
| 42 | + </ul> |
| 43 | + </Card> |
| 44 | + <Card title="Consistent Ecosystem" icon="add-document"> |
| 45 | + All apps are built on the same foundation and share a common deployment |
| 46 | + experience, which can provide several benefits, such as streamlined |
| 47 | + management and easier troubleshooting. Here are some potential features |
| 48 | + and benefits of the consistent ecosystem offered by TrueCharts |
| 49 | + <ul class="mt-10"> |
| 50 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 51 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 52 | + <p>Shared base image</p> |
| 53 | + </li> |
| 54 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 55 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 56 | + <p>Standardized deployment process</p> |
| 57 | + </li> |
| 58 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 59 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 60 | + <p>Centralized management</p> |
| 61 | + </li> |
| 62 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 63 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 64 | + <p>Compatibility and reliability</p> |
| 65 | + </li> |
| 66 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 67 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 68 | + <p>Customizability</p> |
| 69 | + </li> |
| 70 | + </ul> |
| 71 | + </Card> |
| 72 | + <Card title="Stability" icon="setting"> |
| 73 | + TrueCharts places a high priority on stability, with the goal of ensuring |
| 74 | + that deployed apps remain running reliably and consistently over time. |
| 75 | + This focus on stability can be critical for enterprise and production |
| 76 | + environments, where downtime can result in lost productivity, revenue, and |
| 77 | + customer satisfaction. Here are some potential features and benefits of |
| 78 | + the stability focus of TrueCharts |
| 79 | + <ul class="mt-10"> |
| 80 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 81 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 82 | + <p>Thorough testing</p> |
| 83 | + </li> |
| 84 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 85 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 86 | + <p>Version control</p> |
| 87 | + </li> |
| 88 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 89 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 90 | + <p>Continuous monitoring</p> |
| 91 | + </li> |
| 92 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 93 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 94 | + <p>Security updates</p> |
| 95 | + </li> |
| 96 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 97 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 98 | + <p>Community support</p> |
| 99 | + </li> |
| 100 | + </ul> |
| 101 | + </Card> |
| 102 | + <Card title="Multi-Platform" icon="open-book"> |
| 103 | + TrueCharts supports many different ways of deploying our Helm Charts, |
| 104 | + providing a consistent and standardized experience for all platforms. |
| 105 | + <ul class="mt-10"> |
| 106 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 107 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 108 | + <p>Helm</p> |
| 109 | + </li> |
| 110 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 111 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 112 | + <p>FluxCD</p> |
| 113 | + </li> |
| 114 | + <li class="flex flex-row items-center gap-0 space-y-0 hover:scale-110 duration-1000 group"> |
| 115 | + <Icon name="approve-check-circle" class="mr-2 group-hover:animate-ping" /> |
| 116 | + <p>ClusterTool</p> |
| 117 | + </li> |
| 118 | + </ul> |
| 119 | + </Card> |
| 120 | + </CardGrid> |
| 121 | + |
0 commit comments