github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/_index.html (about)

     1  +++
     2  title = "Skaffold"
     3  linkTitle = "Skaffold"
     4  +++
     5  
     6  
     7  <section class="main-color row td-box td-box--white position-relative td-box--gradient td-box--height-small">
     8      <div class="text-color container-fluid main-container skaffold-font">
     9          <div class="landing-section hero">
    10              <div class="row">
    11                  <div class="col-sm-1"></div>
    12                  <div class="col-sm-4" align="left">
    13                      <div class="tagline row">
    14                          Fast. Repeatable. Simple.
    15                      </div>
    16                      <div class="title row" id="fadein">
    17                          Container & Kubernetes Development.
    18                      </div>
    19                      <div class="row mt-4">
    20                          <div class="col-sm-8">
    21                              <div style="margin:auto; display: flex;">
    22                                  <a class="splashbutton splashbutton-primary btn" style="margin: auto"
    23                                     href="{{< relref "/docs/install#standalone-binary" >}}">
    24                                      Get Skaffold for CLI <i class="fas fa-download"></i>
    25                                  </a>
    26                              </div>
    27                          </div>
    28                          <div class="row mt-1"></div>
    29                          <div class="col-sm-8">
    30                              <div style="margin:auto; display: flex;">
    31                                  <a class="splashbutton splashbutton-primary btn" style="margin: auto"
    32                                     href="{{< relref "/docs/install#managed-ide" >}}">
    33                                      Get Skaffold in your IDE <i class="fas fa-laptop-code"></i>
    34                                  </a>
    35                              </div>
    36                          </div>
    37                          <div class="row mt-1"></div>
    38                          <div class="col-sm-8">
    39                              <div style="margin:auto; display: flex;">
    40                                  <a class="splashbutton splashbutton-secondary btn" style="margin: auto"
    41                                  href="{{< relref "/docs/quickstart" >}}">
    42  								Get Started <i class="fas fa-arrow-alt-circle-right"></i>
    43                                  </a>
    44                              </div>
    45                          </div>
    46                          <div class="col-sm-2"></div>
    47                      </div>
    48                      <div class="row mt-4 mb-3"></div>
    49                      <div class="row mt-2" style="font-size:1.2rem">
    50                          Skaffold handles the workflow for building, pushing and deploying your application, allowing you
    51                          to focus on what matters most:  <b style="display: contents">writing code</b>.
    52                      </div>
    53                      <div class="row mt-4 text-center">
    54                          <img src="/images/skaffold-logo-white.png" style="height: 5rem; margin: auto"></img>
    55                      </div>
    56                      <div class="row mt-4" style="font-size:1.2rem">
    57                          <div class="col-sm-2"></div>
    58                          <div class="col-sm-8 text-center">
    59                              An open source project from Google.
    60                          </div>
    61                          <div class="col-sm-2"></div>
    62                      </div>
    63                  </div>
    64                  <div class="col-sm-7">
    65                      <div class="row">
    66                          <video autoplay="" muted="" loop="">
    67                              <source src="/images/splash.mp4" type="video/mp4">
    68                          </video>
    69                      </div>
    70                  </div>
    71              </div>
    72          </div>
    73      </div>
    74  </section>
    75  
    76  
    77  {{< blocks/values-section >}}
    78  
    79  <div class="col-lg-3 mb-5 mb-lg-0 text-center">
    80      <div class="mb-4 h1">
    81          <i class="fas fa-feather-alt"></i>
    82      </div>
    83      <h4 class="h3 mb-4">Lightweight</h4>
    84      <p class="mb-0 text-left">Skaffold is client-side only. With no on-cluster component, there is no overhead or
    85          maintenance burden to your cluster.</p>
    86  </div>
    87  
    88  <div class="col-lg-3 mb-5 mb-lg-0 text-center">
    89      <div class="mb-4 h1">
    90          <i class="fa fa-globe"></i>
    91      </div>
    92      <h4 class="h3 mb-4">Works Everywhere</h4>
    93      <p class="mb-2 text-left">Skaffold is the easiest way to share your project with the world: 'git clone', then
    94          'skaffold run'.</p>
    95      <p class="mb-0 text-left">Additionally, you can use profiles, local user config, environment variables, and flags to
    96          easily incorporate differences across environments.</p>
    97  </div>
    98  
    99  <div class="col-lg-3 mb-5 mb-lg-0 text-center">
   100      <div class="mb-4 h1">
   101          <i class="far fa-gem"></i>
   102      </div>
   103      <h4 class="h3 mb-4">Feature Rich</h4>
   104      <p class="mb-0 text-left">Skaffold has many essential features for container & Kubernetes development, including
   105          policy-based image tagging, resource port-forwarding and logging, file syncing, and much more.</p>
   106  </div>
   107  
   108  <div class="col-lg-3 mb-5 mb-lg-0 text-center">
   109      <div class="mb-4 h1">
   110          <i class="fas fa-cogs"></i>
   111      </div>
   112      <h4 class="h3 mb-4">Optimized Development</h4>
   113      <p class="mb-0 text-left">Skaffold's inner loop is tight and highly optimized, giving you instant feedback while
   114          developing.</p>
   115  </div>
   116  
   117  {{< /blocks/values-section >}}
   118  
   119  {{< blocks/testimonial-section >}}
   120  
   121  <div class="col-lg-4 mb-5 mb-lg-0 text-center">
   122      <div class="mb-4 h1">
   123          <img src="../images/forgerock.png" style="max-width: 40%"></img>
   124      </div>
   125      <h4 class="testimonial h3 mb-4">"Our customers love [Kubernetes], but consistently gave us feedback that
   126          developing on Kubernetes was cumbersome. Skaffold hit the mark in addressing this problem. Changes to a docker
   127          image or a configuration that previously took several minutes to deploy now take seconds. Skaffold's plugin
   128          architecture gives us the ability to deploy to Helm or Kustomize, and to use various docker build plugins such
   129          as Kaniko. Skaffold replaced our bespoke collection of utilities and scripts with a streamlined tool that is
   130          easy to use."</h4>
   131      <p class="testimonial-byline mb-0 text-left">Warren Strange, Engineering Director, ForgeRock</p>
   132  </div>
   133  
   134  
   135  <div class="col-lg-4 mb-5 mb-lg-0 text-center">
   136      <div class="mb-4 h1">
   137          <img src="../images/quora.png" style="max-width: 40%"></img>
   138      </div>
   139      <h4 class="testimonial h3 mb-4">"When we evaluated what workflows we could use with Kubernetes, Skaffold stood out
   140          as a tool we'd want for both development and deployment. It gives us a common entry point across applications
   141          that we can also reuse for CI/CD. Right now, all of our CI/CD pipelines for Kubernetes applications use Skaffold
   142          when building and deploying."</h4>
   143      <p class="testimonial-byline mb-0 text-left">Taylor Barrella, Software Engineer, Quora</p>
   144  </div>
   145  
   146  <div class="col-lg-4 mb-5 mb-lg-0 text-center">
   147      <div class="mb-4 h1">
   148          <img src="../images/tng.png" style="max-width: 40%"></img>
   149      </div>
   150      <h4 class="testimonial h3 mb-4">"Skaffold is an amazing tool that simplified development and delivery for us.
   151          Skaffold hit our sweet spot by covering two dimensions: First, the entire development cycle from local
   152          development, integration testing to delivery. Second, Skaffold enabled us to develop independently of the platform
   153          on Linux, OSX, and Windows, with no platform specific logic required."</h4>
   154      <p class="testimonial-byline mb-0 text-left">Martin Höfling, Principal Consultant, TNG Technology Consulting
   155          GmbH</p>
   156  </div>
   157  
   158  {{< /blocks/testimonial-section >}}